package gapi-ocaml

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

Calendar Data API v2 service.

module QueryParameters : sig ... end
val personal_settings : ?url:string -> ?etag:string -> GapiConversation.Session.t -> (string, string) Hashtbl.t * GapiConversation.Session.t
val all_calendars : ?url:string -> ?etag:string -> GapiConversation.Session.t -> GdataCalendar.Feed.t * GapiConversation.Session.t
val own_calendars : ?url:string -> ?etag:string -> GapiConversation.Session.t -> GdataCalendar.Feed.t * GapiConversation.Session.t
val retrieve_events : ?url:string -> ?etag:string -> ?parameters:QueryParameters.t -> GapiConversation.Session.t -> GdataCalendarEvent.Feed.t * GapiConversation.Session.t