calendar  v3
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. More...
 
virtual System.Collections.Generic.IList< EventReminderDefaultReminders [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). More...
 
virtual string Description [get, set]
 Description of the calendar. Read-only. More...
 
virtual string ETag [get, set]
 ETag of the collection. More...
 
virtual System.Collections.Generic.IList< EventItems [get, set]
 List of events on the calendar. More...
 
virtual string Kind [get, set]
 Type of the collection ("calendar#events"). More...
 
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. More...
 
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. More...
 
virtual string Summary [get, set]
 Title of the calendar. Read-only. More...
 
virtual string TimeZone [get, set]
 The time zone of the calendar. Read-only. More...
 
virtual string UpdatedRaw [get, set]
 Last modification time of the calendar (as a RFC3339 timestamp). Read-only. More...
 
virtual System.Nullable< System.DateTime > Updated [get, set]
 
See also
System.DateTime

representation of UpdatedRaw. More...

 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ AccessRole

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.

◆ DefaultReminders

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

◆ Description

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

Description of the calendar. Read-only.

◆ ETag

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

ETag of the collection.

◆ Items

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

List of events on the calendar.

◆ Kind

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

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

◆ NextPageToken

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.

◆ NextSyncToken

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.

◆ Summary

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

Title of the calendar. Read-only.

◆ TimeZone

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

The time zone of the calendar. Read-only.

◆ Updated

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

See also
System.DateTime

representation of UpdatedRaw.

◆ UpdatedRaw

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

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


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