Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

anyone_can_add_self?: boolean

Indicates whether anyone can invite themselves to the event, by adding themselves to the attendee list.

constructed_from_xml?: boolean

Specifies whether the object was constructed by parsing XML or manually.

content?: string

The content of the entry. This is mutually exclusive with #GDataEntry:content.

For more information, see the Atom specification.

content_uri?: string

A URI pointing to the location of the content of the entry. This is mutually exclusive with #GDataEntry:content.

For more information, see the Atom specification.

etag?: string

An identifier for a particular version of the entry. This changes every time the entry on the server changes, and can be used for conditional retrieval and locking.

For more information, see the GData specification.

guests_can_invite_others?: boolean

Indicates whether attendees may invite others to the event.

For more information, see the GData specification.

guests_can_modify?: boolean

Indicates whether attendees may modify the original event, so that changes are visible to organizers and other attendees. Otherwise, any changes made by attendees will be restricted to that attendee's calendar.

For more information, see the GData specification.

guests_can_see_guests?: boolean

Indicates whether attendees can see other people invited to the event.

For more information, see the GData specification.

id?: string

A permanent, universally unique identifier for the entry, in IRI form. This is %NULL for new entries (i.e. ones which haven't yet been inserted on the server, created with gdata_entry_new()), and a non-empty IRI string for all other entries.

For more information, see the Atom specification.

recurrence?: string

Represents the dates and times when a recurring event takes place. The returned string is in iCal format, as a list of properties.

For more information, see the GData specification.

Note: gdata_calendar_event_add_time() and gdata_calendar_event_set_recurrence() are mutually exclusive. See the documentation for gdata_calendar_event_add_time() for details.

rights?: string

The ownership rights pertaining to the entry.

For more information, see the Atom specification.

sequence?: number

The revision sequence number of the event as defined in Section 4.8.7.4 of RFC 2445.

status?: string

The scheduling status of the event. For example: %GDATA_GD_EVENT_STATUS_CANCELED or %GDATA_GD_EVENT_STATUS_CONFIRMED.

For more information, see the GData specification.

summary?: string

A short summary, abstract, or excerpt of the entry.

For more information, see the Atom specification.

title?: string

A human-readable title for the entry.

For more information, see the Atom specification.

transparency?: string

How the event is marked as consuming time on a calendar. For example: %GDATA_GD_EVENT_TRANSPARENCY_OPAQUE or %GDATA_GD_EVENT_TRANSPARENCY_TRANSPARENT.

For more information, see the GData specification.

uid?: string

The globally unique identifier (UID) of the event as defined in Section 4.8.4.7 of RFC 2445.

visibility?: string

The event's visibility to calendar users. For example: %GDATA_GD_EVENT_VISIBILITY_PUBLIC or %GDATA_GD_EVENT_VISIBILITY_DEFAULT.

For more information, see the GData specification.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method