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

CalendarList Event

Fires for each calendar when ListCalendars is called.

Syntax

public void fireCalendarList(GcalendarCalendarListEvent event);

public class GcalendarCalendarListEvent {
  public String id;
  public String ETag;
  public String summary;
  public String description;
  public String location;
  public String timeZone;
}

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