|
|
|
|
|
- Properties specific to gglCalendar variables
- Functions that use gglCalendar variables
- Functions (prefix syntax) that use gglCalendar variables
gglCalendar (Variable type) In french: gglAgenda
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar service. You can define and change the characteristics of this type of variable using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Cnx is gglConnection
..
tabAgendas is array of gglCalendar
tabAgendas = GglListCalendar(Cnx)
GglFillCalendar(Cnx, tabAgendas[1])
Trace("Description de l'agenda : " + tabAgendas[1].Description)
Properties Properties specific to gglCalendar variables The following properties can be used to handle gglCalendar variables: | | | Property name | Type used | Effect |
---|
Description | Character string | Description of the calendar. | Event[n] | Array of gglEvent | Events of the calendar. An event having several characteristics, we advise you to declare a gglEvent variable. | Identifier | Character string | Identifier of the calendar. This property is read-only. | TimeZone | Character string | Time zone used by the calendar. This property returns a string such as "America/Los Angeles". This property is read-only. | Title | Character string | Title of the calendar. |
Remarks Functions that use gglCalendar variables | | GglDelete | Deletes data from the Google server. | GglFillCalendar | Fills a calendar that was previously retrieved: the events corresponding to the calendar are retrieved (by using criteria if necessary). | GglFillCalendarByRequest | Fills a calendar that was previously retrieved: the events corresponding to the calendar are retrieved via a custom query. | GglGetCalendar | Retrieves a Google calendar and its events according to its title or identifier. | GglListCalendar | Retrieves the list of Google calendars associated with the specified Google account. | GglWrite | Creates and/or updates data on the Google server (addition or modification of data). |
Functions (prefix syntax) that use gglCalendar variables
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|