Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

CalendarList Event

Fires for each calendar when ListCalendars is called.

Syntax

type TCalendarListEvent = procedure CalendarList(Sender: TObject; const Id: String; const ETag: String; const Summary: String; const Description: String; const Location: String; const TimeZone: String) of object;
property OnCalendarList: TCalendarListEvent read FOnCalendarList write FOnCalendarList;

Remarks

This event fires once for each calendar returned when ListCalendars is called. The parameters describe the calendar.

Id is the Id of the calendar.

ETag is the ETag of the calendar.

Description is the description (if any).

Location specifies the calendar's location.

TimeZone identifies the time zone of the calendar.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0