View Source GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaInMeeting (google_api_content_warehouse v0.3.0)
The status indicating the user is in a meeting.
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. -
inMeetingsUntil(type:DateTime.t, default:nil) - The time when the user will stop being in a meeting. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaInMeeting{ committedUntil: DateTime.t() | nil, eventSummary: String.t() | nil, inMeetingsUntil: DateTime.t() | nil, nextAvailable: DateTime.t() | nil, occupiedUntil: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.