ExtendedCalendar.ExtendedCalendar

ExtendedCalendar()

Initializes a new instance of the ExtendedCalendar class.

public ExtendedCalendar()

See Also


ExtendedCalendar(string)

Initializes a new instance of the ExtendedCalendar class.

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

See Also


ExtendedCalendar(string, string)

Initializes a new instance of the ExtendedCalendar class.

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

See Also


ExtendedCalendar(string, string, string, string)

Initializes a new instance of the ExtendedCalendar class.

public ExtendedCalendar(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


ExtendedCalendar(string, string, string, string, string)

Initializes a new instance of the ExtendedCalendar class.

public ExtendedCalendar(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


ExtendedCalendar(string, string, string, string, string, string, string, string, string, bool, bool, AccessRole, KeyValuePair<ReminderMethods, int>[], bool)

Initializes a new instance of the ExtendedCalendar class.

public ExtendedCalendar(string id, string summary, string description, string location, 
    string timeZone, string summaryOverride, string colorId, string backgroundColor, 
    string foregroundColor, bool hidden, bool selected, AccessRole accessRole, 
    KeyValuePair<ReminderMethods, int>[] defaultReminders, bool primary)
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.
summaryOverrideStringThe summary that the authenticated user has set for this calendar.
colorIdStringThe color of the calendar. This is an ID referring to an entry in the “calendar” section of the colors definition (see the “colors” endpoint).
backgroundColorStringThe main color of the calendar in the format ‘#0088aa’. This property supersedes the index-based colorId property.
foregroundColorStringThe foreground color of the calendar in the format ‘#ffffff’. This property supersedes the index-based colorId property.
hiddenBooleanWhether the calendar has been hidden from the list. The default is False.
selectedBooleanWhether the calendar content shows up in the calendar UI. The default is False.
accessRoleAccessRoleThe effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
defaultRemindersKeyValuePair`2[]The default reminders that the authenticated user has for this calendar.
primaryBooleanWhether the calendar is the primary calendar of the authenticated user. Read-only. The default is False.

See Also


ExtendedCalendar(string, string, string, string, string, string, string, string, string, string, bool, bool, AccessRole, KeyValuePair<ReminderMethods, int>[], bool)

Initializes a new instance of the ExtendedCalendar class.

public ExtendedCalendar(string id, string eTag, string summary, string description, 
    string location, string timeZone, string summaryOverride, string colorId, 
    string backgroundColor, string foregroundColor, bool hidden, bool selected, 
    AccessRole accessRole, KeyValuePair<ReminderMethods, int>[] defaultReminders, bool primary)
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.
summaryOverrideStringThe summary that the authenticated user has set for this calendar.
colorIdStringThe color of the calendar. This is an ID referring to an entry in the “calendar” section of the colors definition (see the “colors” endpoint).
backgroundColorStringThe main color of the calendar in the format ‘#0088aa’. This property supersedes the index-based colorId property.
foregroundColorStringThe foreground color of the calendar in the format ‘#ffffff’. This property supersedes the index-based colorId property.
hiddenBooleanWhether the calendar has been hidden from the list. The default is False.
selectedBooleanWhether the calendar content shows up in the calendar UI. The default is False.
accessRoleAccessRoleThe effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
defaultRemindersKeyValuePair`2[]The default reminders that the authenticated user has for this calendar.
primaryBooleanWhether the calendar is the primary calendar of the authenticated user. Read-only. The default is False.

See Also