google_api_calendar v0.5.0 GoogleApi.Calendar.V3.Model.Events View Source
Attributes
- accessRole (String.t): 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. Defaults to
nil
. - defaultReminders (list(GoogleApi.Calendar.V3.Model.EventReminder.t)): 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). Defaults to
nil
. - description (String.t): Description of the calendar. Read-only. Defaults to
nil
. - etag (String.t): ETag of the collection. Defaults to
nil
. - items (list(GoogleApi.Calendar.V3.Model.Event.t)): List of events on the calendar. Defaults to
nil
. - kind (String.t): Type of the collection ("calendar#events"). Defaults to
calendar#events
. - nextPageToken (String.t): Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided. Defaults to
nil
. - nextSyncToken (String.t): 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. Defaults to
nil
. - summary (String.t): Title of the calendar. Read-only. Defaults to
nil
. - timeZone (String.t): The time zone of the calendar. Read-only. Defaults to
nil
. - updated (DateTime.t): Last modification time of the calendar (as a RFC3339 timestamp). Read-only. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Calendar.V3.Model.Events{
accessRole: String.t(),
defaultReminders: [GoogleApi.Calendar.V3.Model.EventReminder.t()],
description: String.t(),
etag: String.t(),
items: [GoogleApi.Calendar.V3.Model.Event.t()],
kind: String.t(),
nextPageToken: String.t(),
nextSyncToken: String.t(),
summary: String.t(),
timeZone: String.t(),
updated: DateTime.t()
}
t() :: %GoogleApi.Calendar.V3.Model.Events{ accessRole: String.t(), defaultReminders: [GoogleApi.Calendar.V3.Model.EventReminder.t()], description: String.t(), etag: String.t(), items: [GoogleApi.Calendar.V3.Model.Event.t()], kind: String.t(), nextPageToken: String.t(), nextSyncToken: String.t(), summary: String.t(), timeZone: String.t(), updated: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.