ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Google functions / Google Calendar
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
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
Remark: This function is optional.
Example
Cnt is gglConnection
// ...
// use the Google connection
// ...
Cnt.Disconnect()
Syntax
<Connection>.Disconnects([<Google service>])
<Connection>: gglConnection variable
Name of the gglConnection variable corresponding to the connection to handle.
<Google service>: Integer constant (or combination of constants)
Google service to disconnect:
gglServiceCalendar"Google Calendar" service: Google calendar
gglServiceContacts"Google Contacts" service: Management of Google contacts
gglServiceDocuments"Google Documents List" service: Management of documents
gglServicePicasa"Picasa" service

If this parameter is not specified, all the services will be disconnected.
Component: wd290ggl.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2023

Send a report | Local help