package gapi-ocaml

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

Calendar Data API (v2) data definitions.

val ns_gCal : string
type calendar_accessLevelProperty = string
type calendar_colorProperty = string
type calendar_hiddenProperty = bool
type calendar_overrideNameProperty = string
type calendar_selectedProperty = bool
type calendar_timeZoneProperty = string
type calendar_timesCleanedProperty = int
type gdata_attendeeStatus = string
type gdata_eventStatus = string
type calendar_icalUIDProperty = string
type calendar_privateCopyProperty = bool
type calendar_quickAddProperty = bool
type gdata_recurrence = string
type calendar_sendEventNotificationsProperty = bool
type calendar_sequenceNumberProperty = int
type calendar_syncEventProperty = bool
type gdata_transparency = string
type gdata_visibility = string
module WebContentGadgetPref : sig ... end
module WebContent : sig ... end
module ResourceProperty : sig ... end
module Who : sig ... end
module Reminder : sig ... end
module When : sig ... end
module OriginalEvent : sig ... end
module ExtendedProperty : sig ... end
module Where : GdataAtom.AtomData with type t = string
module Entry : sig ... end
module Feed : GdataAtom.Feed with type entry_t = Entry.t and type link_t = Link.t
val parse_calendar_entry : GdataCore.xml_data_model -> Entry.t
val get_calendar_prefix : string -> string
val calendar_entry_to_data_model : Entry.t -> GdataCore.xml_data_model
val parse_personal_settings : GdataCore.xml_data_model -> (string, string) Hashtbl.t
module Rel : sig ... end
val find_url : Rel.t -> Link.t list -> string