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

Attributes

  • autoDeclineMode (type: String.t, default: nil) - Whether to decline meeting invitations which overlap Out of office 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 Out of office event is present are to be declined.
  • 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.EventOutOfOfficeProperties{
  autoDeclineMode: String.t() | nil,
  declineMessage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.