Module CalendarListResource.MinAccessRole

type t =
  1. | Default
  2. | FreeBusyReader
    (*

    The user can read free/busy information.

    *)
  3. | Owner
    (*

    The user can read and modify events and access control lists.

    *)
  4. | Reader
    (*

    The user can read events that are not private.

    *)
  5. | Writer
    (*

    The user can read and modify events.

    *)
val to_string : t -> string
val of_string : string -> t