module CalendarListEntry:sig..end
module NotificationSettings:sig..end
type t = {
|
accessRole : |
(* |
The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
| *) |
|
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.
| *) |
|
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.
| *) |
|
defaultReminders : |
(* |
The default reminders that the authenticated user has for this calendar.
| *) |
|
deleted : |
(* |
Whether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False.
| *) |
|
description : |
(* |
Description of the calendar. Optional. Read-only.
| *) |
|
etag : |
(* |
ETag of the resource.
| *) |
|
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.
| *) |
|
: |
(* |
Whether the calendar has been hidden from the list. Optional. The default is False.
| *) |
|
id : |
(* |
Identifier of the calendar.
| *) |
|
kind : |
(* |
Type of the resource ("calendar#calendarListEntry").
| *) |
|
location : |
(* |
Geographic location of the calendar as free-form text. Optional. Read-only.
| *) |
|
notificationSettings : |
(* |
The notifications that the authenticated user is receiving for this calendar.
| *) |
|
primary : |
(* |
Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
| *) |
|
selected : |
(* |
Whether the calendar content shows up in the calendar UI. Optional. The default is False.
| *) |
|
summary : |
(* |
Title of the calendar. Read-only.
| *) |
|
summaryOverride : |
(* |
The summary that the authenticated user has set for this calendar. Optional.
| *) |
|
timeZone : |
(* |
The time zone of the calendar. Optional. Read-only.
| *) |
val accessRole : (t, string) GapiLens.t
val backgroundColor : (t, string) GapiLens.t
val colorId : (t, string) GapiLens.t
val defaultReminders : (t,
GapiCalendarV3Model.EventReminder.t list)
GapiLens.t
val deleted : (t, bool) GapiLens.t
val description : (t, string) GapiLens.t
val etag : (t, string) GapiLens.t
val foregroundColor : (t, string) GapiLens.t
: (t, bool) GapiLens.t
val id : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val location : (t, string) GapiLens.t
val notificationSettings : (t,
NotificationSettings.t)
GapiLens.t
val primary : (t, bool) GapiLens.t
val selected : (t, bool) GapiLens.t
val summary : (t, string) GapiLens.t
val summaryOverride : (t, string) GapiLens.t
val timeZone : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t