View Source GoogleApi.Calendar.V3.Model.EventFocusTimeProperties (google_api_calendar v0.23.1)

Attributes

  • autoDeclineMode (type: String.t, default: nil) - Whether to decline meeting invitations which overlap Focus Time events. Valid values are declineNone, meaning that no meeting invitations are declined; declineAllConflictingInvitations, meaning that all conflicting meeting invitations that conflict with the event are declined; and declineOnlyNewConflictingInvitations, meaning that only new conflicting meeting invitations which arrive while the Focus Time event is present are to be declined.
  • chatStatus (type: String.t, default: nil) - The status to mark the user in Chat and related products. This can be available or doNotDisturb.
  • declineMessage (type: String.t, default: nil) - Response message to set if an existing event or new invitation is automatically declined by Calendar.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventFocusTimeProperties{
  autoDeclineMode: String.t() | nil,
  chatStatus: String.t() | nil,
  declineMessage: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.