ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Google functions / Google Calendar
  • Properties specific to the description of gglLocation variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
gglLocation (Type of variable)
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.
Remarks: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
// Connection to Google
Cnt is gglConnection
...
// Retrieve the array of available calendars
arrCalendars is array of gglCalendar
arrCalendars = GglGetCalendar(Cnt)
// Retrieve the events of the first calendar
GglFillCalendar(Cnt, arrCalendars[1])
// Display the locations of the first event
MyCalendar is gglCalendar = arrCalendars[1]
Location is gglLocation
FOR EACH Location OF MyCalendar
Trace(Location.Value)
END
Remarks

Properties specific to the description of gglLocation variables

The following properties can be used to handle a gglLocation variable:
Property nameType usedEffect
ValueCharacter stringName and description of the location.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help