package caldav

  1. Overview
  2. Docs

Module Caldav.Webdav_configSource

Sourcetype config = {
  1. principals : string;
  2. calendars : string;
  3. host : Uri.t;
  4. do_trust_on_first_use : bool;
}
Sourceval admin_acl : config -> ([> `All | `Href of Uri.t ] * [> `Grant of [> `All | `Read ] list ]) list
Sourceval calendars_acl : config -> ([> `All | `Href of Uri.t ] * [> `Grant of [> `All | `Bind | `Read | `Unbind ] list ]) list
Sourceval host : ?scheme:??? -> ?port:??? -> ?hostname:??? -> unit -> Uri.t
Sourceval config : ?principals:??? -> ?calendars:??? -> ?do_trust_on_first_use:??? -> Uri.t -> config