GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCalendarBusy
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
The status indicating the user is temporarily busy and there is not a more specific status derived from calendar that applies (e.g., InMeeting or DoNotDisturb).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
committedUntil
(type:DateTime.t
, default:nil
)
- The time when the user will either stop being committed or change commitment type (i.e. InMeeting, DoNotDisturb, Busy or OutOfOffice < Xh). Note that the goal of this field is to provide information to help users decide how to communicate with a user (see also http://shortn/_wXYXtZScgh). -
eventSummary
(type:String.t
, default:nil
)
- The summary of the corresponding event in Calendar. -
nextAvailable
(type:DateTime.t
, default:nil
)
- The next time when the user will be available, i.e., when their status will be neither InMeeting, CalendarBusy, DoNotDisturb, OutsideWorkingHours, nor OutOfOffice. -
occupiedUntil
(type:DateTime.t
, default:nil
)
- The time when the user will stop being occupied, i.e., when their status will be neither inMeeting, Busy nor DoNotDisturb.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCalendarBusy{
committedUntil: DateTime.t() | nil,
eventSummary: String.t() | nil,
nextAvailable: DateTime.t() | nil,
occupiedUntil: DateTime.t() | nil
}
committedUntil: DateTime.t() | nil,
eventSummary: String.t() | nil,
nextAvailable: DateTime.t() | nil,
occupiedUntil: DateTime.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCalendarBusy