Represents an Aurinko calendar.
@type t() :: %Aurinko.Types.Calendar{ access_role: String.t() | nil, color: String.t() | nil, description: String.t() | nil, id: String.t(), is_primary: boolean(), name: String.t() | nil, time_zone: String.t() | nil }
@spec from_response(map()) :: t()