|
|
|
|
|
- Properties specific to gglLocation variables
gglLocation (Variable type) In french: gglLieu
The gglLocation type is used to describe and modify the location of an event found in a Google calendar. This type of variable is used by the gglEvent variables. Notes For more details on declaring this type of variable and using WLanguage properties, see Declaring a variable.
Cnx is gglConnection
...
tabAgendas is array of gglCalendar
tabAgendas = GglGetCalendar(Cnx)
GglFillCalendar(Cnx, tabAgendas[1])
MonAgenda is gglCalendar = tabAgendas[1]
Lieu is gglLocation
FOR EACH Lieu OF MonAgenda
Trace(Lieu.Value)
END
Properties Properties specific to gglLocation variables The following properties can be used to define the characteristics of gglLocation variables: | | | Property name | Type used | Effect |
---|
Value | Character string | Name and description of the location. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|