Module GapiCalendarV3Service.CalendarListResource.MinAccessRole

module MinAccessRole: sig .. end

type t = 
| Default
| FreeBusyReader (*
The user can read free/busy information.
*)
| Owner (*
The user can read and modify events and access control lists.
*)
| Reader (*
The user can read events that are not private.
*)
| Writer (*
The user can read and modify events.
*)
val to_string : t -> string
val of_string : string -> t