Module Event.Creator

type t = {
displayName : string;

The creator's name, if available.

email : string;

The creator's email address, if available.

id : string;

The creator's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API

self : bool;

Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.

}
val displayName : (t, string) GapiLens.t
val email : (t, string) GapiLens.t
val id : (t, string) GapiLens.t
val self : (t, bool) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t