View Source ExNylas.EventConferencing (ExNylas v0.9.0)

A struct representing event conferencing.

Summary

Types

@type t() :: %ExNylas.EventConferencing{
  autocreate: map() | nil,
  details: ExNylas.EventConferencing.Details.t() | nil,
  provider:
    :"Google Meet"
    | :"Zoom Meeting"
    | :"Microsoft Teams"
    | :"Teams for Business"
    | :"Skype for Consumer"
    | :"Skype for Business"
}