Calendar

Calendar class

A set of metadata, such as a description, for a single calendar.

The Calendar type exposes the following members:

Constructors

NameDescription
Calendar()Initializes a new instance of the Calendar class.
Calendar(summary)Initializes a new instance of the Calendar class
Calendar(id, summary)Initializes a new instance of the Calendar class
Calendar(summary, description, location, time_zone)Initializes a new instance of the Calendar class
Calendar(id, summary, description, location, time_zone)Initializes a new instance of the Calendar class
Calendar(id, e_tag, summary, description, location, time_zone)Initializes a new instance of the Calendar class

Properties

NameDescription
kindType of the resource
e_tagAn ETag or entity tag is one of several mechanisms that HTTP provides for web cache validation, and which allows a client to make conditional requests.
This allows caches to be more efficient, and saves bandwidth, as a web server does not need to send a full response if the content has not changed.
ETags can also be used for optimistic concurrency control, as a way to help prevent simultaneous updates of a resource from overwriting each other.
idIdentifier of the resource.
summaryTitle of the calendar.
descriptionDescription of the calendar.
locationGeographic location of the calendar as free-form text.
time_zoneThe time zone of the calendar.
conference_propertiesGets conferencing properties for this calendar.
CALENDAR_KINDType of the resource “calendar#calendar”.

See Also