package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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