View Source ExNylas.FreeBusy (ExNylas v0.9.0)

Structs for Nylas calendar free/busy.

Nylas docs

Summary

Types

@type t() :: %ExNylas.FreeBusy{
  email: String.t() | nil,
  object: String.t() | nil,
  time_slots: [ExNylas.FreeBusy.TimeSlot.t()]
}