Show / Hide Table of Contents

Class CalendarListEntry

Inheritance
object
CalendarListEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class CalendarListEntry : IDirectResponseSchema

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.
Declaration
[JsonProperty("accessRole")]
public virtual string AccessRole { get; set; }
Property Value
Type Description
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.

Declaration
[JsonProperty("backgroundColor")]
public virtual string BackgroundColor { get; set; }
Property Value
Type Description
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.

Declaration
[JsonProperty("colorId")]
public virtual string ColorId { get; set; }
Property Value
Type Description
string

ConferenceProperties

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

Declaration
[JsonProperty("conferenceProperties")]
public virtual ConferenceProperties ConferenceProperties { get; set; }
Property Value
Type Description
ConferenceProperties

DefaultReminders

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

Declaration
[JsonProperty("defaultReminders")]
public virtual IList<EventReminder> DefaultReminders { get; set; }
Property Value
Type Description
IList<EventReminder>

Deleted

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

Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
Type Description
bool?

Description

Description of the calendar. Optional. Read-only.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

ETag of the resource.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
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.

Declaration
[JsonProperty("foregroundColor")]
public virtual string ForegroundColor { get; set; }
Property Value
Type Description
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.

Declaration
[JsonProperty("hidden")]
public virtual bool? Hidden { get; set; }
Property Value
Type Description
bool?

Id

Identifier of the calendar.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Location

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

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

NotificationSettings

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

Declaration
[JsonProperty("notificationSettings")]
public virtual CalendarListEntry.NotificationSettingsData NotificationSettings { get; set; }
Property Value
Type Description
CalendarListEntry.NotificationSettingsData

Primary

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

Declaration
[JsonProperty("primary")]
public virtual bool? Primary { get; set; }
Property Value
Type Description
bool?

Selected

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

Declaration
[JsonProperty("selected")]
public virtual bool? Selected { get; set; }
Property Value
Type Description
bool?

Summary

Title of the calendar. Read-only.

Declaration
[JsonProperty("summary")]
public virtual string Summary { get; set; }
Property Value
Type Description
string

SummaryOverride

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

Declaration
[JsonProperty("summaryOverride")]
public virtual string SummaryOverride { get; set; }
Property Value
Type Description
string

TimeZone

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

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX