Class CalendarList
public class CalendarList : IDirectResponseSchema
- Inheritance
-
CalendarList
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
CalendarList()
public CalendarList()
Properties
ETag
ETag of the collection.
public virtual string ETag { get; set; }
Property Value
Items
Calendars that are present on the user's calendar list.
public virtual IList<CalendarListEntry> Items { get; set; }
Property Value
Kind
Type of the collection ("calendar#calendarList").
public virtual string Kind { get; set; }
Property Value
NextPageToken
Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
public virtual string NextPageToken { get; set; }
Property Value
NextSyncToken
Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
public virtual string NextSyncToken { get; set; }