package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Event.RemindersSource

Sourcetype 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.

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