Class Calendar
public class Calendar : IDirectResponseSchema
- Inheritance
-
Calendar
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Calendar()
public Calendar()
Properties
ConferenceProperties
Conferencing properties for this calendar, for example what types of conferences are allowed.
public virtual ConferenceProperties ConferenceProperties { get; set; }
Property Value
Description
Description of the calendar. Optional.
public virtual string Description { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Id
Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
public virtual string Id { get; set; }
Property Value
Kind
Type of the resource ("calendar#calendar").
public virtual string Kind { get; set; }
Property Value
Location
Geographic location of the calendar as free-form text. Optional.
public virtual string Location { get; set; }
Property Value
Summary
Title of the calendar.
public virtual string Summary { get; set; }
Property Value
TimeZone
The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
public virtual string TimeZone { get; set; }