View Source ExNylas.EventBooking (ExNylas v0.9.0)

A struct representing an event booking.

Summary

Types

@type t() :: %ExNylas.EventBooking{
  additional_fields: map() | nil,
  booking_type:
    (:booking | :"organizer-confirmation" | :"custom-confirmation") | nil,
  conferencing: ExNylas.EventConferencing.t() | nil,
  description: String.t() | nil,
  disable_emails: boolean() | nil,
  hide_participants: boolean() | nil,
  location: String.t() | nil,
  reminders: ExNylas.EventReminder.t() | nil,
  timezone: String.t() | nil,
  title: String.t() | nil
}