calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.Events Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.Events:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string AccessRole [get, set]
 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.
virtual
System.Collections.Generic.IList
< EventReminder
DefaultReminders [get, set]
 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).
virtual string Description [get, set]
 Description of the calendar. Read-only.
virtual string ETag [get, set]
 ETag of the collection.
virtual
System.Collections.Generic.IList
< Event
Items [get, set]
 List of events on the calendar.
virtual string Kind [get, set]
 Type of the collection ("calendar#events").
virtual string NextPageToken [get, set]
 Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
virtual string NextSyncToken [get, set]
 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.
virtual string Summary [get, set]
 Title of the calendar. Read-only.
virtual string TimeZone [get, set]
 The time zone of the calendar. Read-only.
virtual string UpdatedRaw [get, set]
 Last modification time of the calendar (as a RFC 3339 timestamp). Read-only.
virtual System.Nullable
< System.DateTime > 
Updated [get, set]
 System.DateTime representation of UpdatedRaw.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.Events.AccessRole
getset

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.

virtual System.Collections.Generic.IList<EventReminder> Google.Apis.Calendar.v3.Data.Events.DefaultReminders
getset

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).

virtual string Google.Apis.Calendar.v3.Data.Events.Description
getset

Description of the calendar. Read-only.

virtual string Google.Apis.Calendar.v3.Data.Events.ETag
getset

ETag of the collection.

virtual System.Collections.Generic.IList<Event> Google.Apis.Calendar.v3.Data.Events.Items
getset

List of events on the calendar.

virtual string Google.Apis.Calendar.v3.Data.Events.Kind
getset

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

virtual string Google.Apis.Calendar.v3.Data.Events.NextPageToken
getset

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

virtual string Google.Apis.Calendar.v3.Data.Events.NextSyncToken
getset

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.

virtual string Google.Apis.Calendar.v3.Data.Events.Summary
getset

Title of the calendar. Read-only.

virtual string Google.Apis.Calendar.v3.Data.Events.TimeZone
getset

The time zone of the calendar. Read-only.

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.Events.Updated
getset

System.DateTime representation of UpdatedRaw.

virtual string Google.Apis.Calendar.v3.Data.Events.UpdatedRaw
getset

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


The documentation for this class was generated from the following file: