Table of Contents

Class Events

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

Constructors

Events()

public Events()

Properties

AccessRole

The user's access role for this calendar. Read-only. Possible values are: - "none" - The user has no access. - "freeBusyReader" - The user has read access to free/busy information. - "reader" - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. - "writer" - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. - "owner" - The user has 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

DefaultReminders

The default reminders on the calendar for the authenticated user. These reminders apply to all events on this calendar that do not explicitly override them (i.e. do not have reminders.useDefault set to True).

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

Property Value

IList<EventReminder>

Description

Description of the calendar. Read-only.

public virtual string Description { get; set; }

Property Value

string

ETag

ETag of the collection.

public virtual string ETag { get; set; }

Property Value

string

Items

List of events on the calendar.

public virtual IList<Event> Items { get; set; }

Property Value

IList<Event>

Kind

Type of the collection ("calendar#events").

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.

public virtual string NextPageToken { get; set; }

Property Value

string

NextSyncToken

Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.

public virtual string NextSyncToken { get; set; }

Property Value

string

Summary

Title of the calendar. Read-only.

public virtual string Summary { get; set; }

Property Value

string

TimeZone

The time zone of the calendar. Read-only.

public virtual string TimeZone { get; set; }

Property Value

string

Updated

DateTime representation of UpdatedRaw.

public virtual DateTime? Updated { get; set; }

Property Value

DateTime?

UpdatedRaw

Last modification time of the calendar (as a RFC3339 timestamp). Read-only.

public virtual string UpdatedRaw { get; set; }

Property Value

string