Returned by POST /v1/calendar/sync. Status code is 202 by default (sync jobs queued); 200 when called with ?wait=true and all jobs finish within the 10-second polling budget.
POST /v1/calendar/sync
202
200
?wait=true
@type t() :: %Spatio.Model.CalendarSyncResponse{ enqueued: integer(), errors: [%{optional(String.t()) => any()}] | nil, jobs: [String.t()], timed_out: boolean() | nil, waited: boolean() | nil }