Class Calendar
public class Calendar : Object, IDirectResponseSchema
- Inheritance
-
Calendar
- Implements
-
IDirectResponseSchema
Constructors
Calendar()
public Calendar()
Properties
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.
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. Optional.
public virtual string TimeZone { get; set; }