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

CalendarList Event

Fires for each calendar when ListCalendars is called.

Syntax

gcalendar.on('CalendarList', [callback])

Callback

The 'callback' is called when the 'CalendarList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.id
e.ETag
e.summary
e.description
e.location
e.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