Table of Contents

Class Calendar

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
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

ConferenceProperties

Description

Description of the calendar. Optional.

public virtual string Description { get; set; }

Property Value

string

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Id

Identifier of the calendar. To retrieve IDs call the calendarList.list() method.

public virtual string Id { get; set; }

Property Value

string

Kind

Type of the resource ("calendar#calendar").

public virtual string Kind { get; set; }

Property Value

string

Location

Geographic location of the calendar as free-form text. Optional.

public virtual string Location { get; set; }

Property Value

string

Summary

Title of the calendar.

public virtual string Summary { get; set; }

Property Value

string

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; }

Property Value

string