View Source ExNylas.EventConferencing.Build (ExNylas v0.9.0)

Helper module for validating an event conferencing before creating/updating it.

Summary

Types

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

Functions

Link to this function

changeset(struct, params \\ %{})

View Source