ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Google functions / Google Calendar
  • Properties specific to gglLocation variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Connexion à Google
Cnx is gglConnection
...
// Récupération du tableau des agendas disponibles
tabAgendas is array of gglCalendar
tabAgendas = GglGetCalendar(Cnx)
// Récupération des événements du premier agenda
GglFillCalendar(Cnx, tabAgendas[1])
// Affichage des lieux du premier événement
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 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: 03/27/2025

Send a report | Local help