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