Table of Contents

Class CalendarListEntry

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class CalendarListEntry : IDirectResponseSchema
Inheritance
CalendarListEntry
Implements
IDirectResponseSchema
Inherited Members

Constructors

CalendarListEntry()

public CalendarListEntry()

Properties

AccessRole

The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: - "freeBusyReader" - Provides read access to free/busy information. - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.

public virtual string AccessRole { get; set; }

Property Value

string

BackgroundColor

The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.

public virtual string BackgroundColor { get; set; }

Property Value

string

ColorId

The color of the calendar. This is an ID referring to an entry in the calendar section of the colors definition (see the colors endpoint). This property is superseded by the backgroundColor and foregroundColor properties and can be ignored when using these properties. Optional.

public virtual string ColorId { get; set; }

Property Value

string

ConferenceProperties

Conferencing properties for this calendar, for example what types of conferences are allowed.

public virtual ConferenceProperties ConferenceProperties { get; set; }

Property Value

ConferenceProperties

DefaultReminders

The default reminders that the authenticated user has for this calendar.

public virtual IList<EventReminder> DefaultReminders { get; set; }

Property Value

IList<EventReminder>

Deleted

Whether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False.

public virtual bool? Deleted { get; set; }

Property Value

bool?

Description

Description of the calendar. Optional. Read-only.

public virtual string Description { get; set; }

Property Value

string

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

ForegroundColor

The foreground color of the calendar in the hexadecimal format "#ffffff". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.

public virtual string ForegroundColor { get; set; }

Property Value

string

Hidden

Whether the calendar has been hidden from the list. Optional. The attribute is only returned when the calendar is hidden, in which case the value is true.

public virtual bool? Hidden { get; set; }

Property Value

bool?

Id

Identifier of the calendar.

public virtual string Id { get; set; }

Property Value

string

Kind

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

public virtual string Kind { get; set; }

Property Value

string

Location

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

public virtual string Location { get; set; }

Property Value

string

NotificationSettings

The notifications that the authenticated user is receiving for this calendar.

public virtual CalendarListEntry.NotificationSettingsData NotificationSettings { get; set; }

Property Value

CalendarListEntry.NotificationSettingsData

Primary

Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.

public virtual bool? Primary { get; set; }

Property Value

bool?

Selected

Whether the calendar content shows up in the calendar UI. Optional. The default is False.

public virtual bool? Selected { get; set; }

Property Value

bool?

Summary

Title of the calendar. Read-only.

public virtual string Summary { get; set; }

Property Value

string

SummaryOverride

The summary that the authenticated user has set for this calendar. Optional.

public virtual string SummaryOverride { get; set; }

Property Value

string

TimeZone

The time zone of the calendar. Optional. Read-only.

public virtual string TimeZone { get; set; }

Property Value

string