package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. overrides : EventReminder.t list;
    (*

    If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.

    *)
  2. useDefault : bool;
    (*

    Whether the default reminders of the calendar apply to the event.

    *)
}
val overrides : (t, EventReminder.t list) GapiLens.t
val useDefault : (t, bool) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t