OpenXchangeClient.Model.FolderDataComOpenexchangeCalendarConfig (open_xchange_client v0.10.1)

Holds arbitrary, provider-specific configuration data for calendar accounts.

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.FolderDataComOpenexchangeCalendarConfig{
  color: String.t() | nil,
  enabled: boolean() | nil,
  itemId: String.t() | nil,
  locale: String.t() | nil,
  login: String.t() | nil,
  password: String.t() | nil,
  refreshInterval: integer() | nil,
  uri: String.t() | nil,
  usedForSync: boolean() | nil
}