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

Helper module for validating the free/busy request.

Nylas docs

Summary

Types

@type t() :: %ExNylas.CalendarFreeBusy.Build{
  emails: [String.t()],
  end_time: non_neg_integer(),
  start_time: non_neg_integer()
}