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

CalendarList Event

Fires for each calendar when ListCalendars is called.

Syntax

[VB.NET]
Public Event OnCalendarList As OnCalendarListHandler
[C#]
public event OnCalendarListHandler OnCalendarList;

public delegate void OnCalendarListHandler(object sender, GcalendarCalendarListEventArgs e);

class GcalendarCalendarListEventArgs : EventArgs {
  string Id {get;}
  string ETag {get;}
  string Summary {get;}
  string Description {get;}
  string Location {get;}
  string TimeZone {get;}
}

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