package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Default
  2. | All
    (*

    Notifications are sent to all guests.

    *)
  3. | ExternalOnly
    (*

    Notifications are sent to non-Google Calendar guests only.

    *)
  4. | None
    (*

    No notifications are sent. For calendar migration tasks, consider using the Events.import method instead.

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