Calendar.Calendar

Calendar()

Initializes a new instance of the Calendar class.

public Calendar()

See Also


Calendar(string)

Initializes a new instance of the Calendar class.

public Calendar(string summary)
ParameterTypeDescription
summaryStringTitle of the calendar.

See Also


Calendar(string, string)

Initializes a new instance of the Calendar class.

public Calendar(string id, string summary)
ParameterTypeDescription
idStringIdentifier of the resource.
summaryStringTitle of the calendar.

See Also


Calendar(string, string, string, string)

Initializes a new instance of the Calendar class.

public Calendar(string summary, string description, string location, string timeZone)
ParameterTypeDescription
summaryStringTitle of the calendar.
descriptionStringDescription of the calendar.
locationStringGeographic location of the calendar as free-form text.
timeZoneStringThe time zone of the calendar.

See Also


Calendar(string, string, string, string, string)

Initializes a new instance of the Calendar class.

public Calendar(string id, string summary, string description, string location, string timeZone)
ParameterTypeDescription
idStringIdentifier of the resource.
summaryStringTitle of the calendar.
descriptionStringDescription of the calendar.
locationStringGeographic location of the calendar as free-form text.
timeZoneStringThe time zone of the calendar.

See Also


Calendar(string, string, string, string, string, string)

Initializes a new instance of the Calendar class.

public Calendar(string id, string eTag, string summary, string description, string location, 
    string timeZone)
ParameterTypeDescription
idStringIdentifier of the resource.
eTagStringAn entity tag
summaryStringTitle of the calendar.
descriptionStringDescription of the calendar.
locationStringGeographic location of the calendar as free-form text.
timeZoneStringThe time zone of the calendar.

See Also