Share via


CalendarEntry Complex Type

The CalendarEntry type is the Web service representation of an entry in the Groove Calendar tool.

Syntax

<CalendarEntry>
  <ID />
  <URI />
  <CreatedBy />
  <ModifiedBy />
  <Created />
  <Modified />
  <Unread />
  <Description />
  <Category />
  <Details />
  <Start />
  <End />
  <AllDay />
</CalendarEntry>

Complex Type Elements

Element Data type Description

ID

xs:string

Calendar entry ID.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value ignored by operation.

  • UpdateEntry operation: value ignored by operation.

  • Events: value provided by events.

URI

xs:anyURI

URI that allows access to the calendar entry (read-only).

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value ignored by operation.

  • UpdateEntry operation: value ignored by operation.

  • Events: value provided by events.

CreatedBy

xs:anyURI

Identity URL of a Groove user, who created the calendar entry (read-only). You can use an Identity URL to send a message or invitation to a Groove user (GrooveLocal service) or to find the VCard information for the a Groove user(GrooveContacts and GrooveVCard services).

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value ignored by operation.

  • UpdateEntry operation: value ignored by operation.

  • Events: value provided by events.

ModifiedBy

xs:anyURI

Identity URL of a Groove user, who updated calendar entry (read-only).

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value ignored by operation.

  • UpdateEntry operation: value ignored by operation.

  • Events: value provided by events.

Created

xs:dateTime

Date-time when the calendar entry was created (read-only). Specified as a UTC date-time with a precision of milliseconds.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value ignored by operation.

  • UpdateEntry operation: value ignored by operation.

  • Events: value provided by events.

Modified

xs:dateTime

Date-time when the calendar entry was last changed (read-only). Specified as a UTC date-time with a precision of milliseconds.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value ignored by operation.

  • UpdateEntry operation: value ignored by operation.

  • Events: value provided by events.

Unread

xs:boolean

Specifies TRUE if the calendar entry has not been read and FALSE if it has been read.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value ignored by operation.

  • UpdateEntry operation: value ignored by operation.

  • Events: value provided by events.

Description

xs:string

Contains descriptive text.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value required by operation.

  • UpdateEntry operation: value required by operation.

  • Events: value provided by events.

Category

xs:string

Contains the event category. This element is not accessible through the Groove Calendar tool user interface.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value required by operation.

  • UpdateEntry operation: value required by operation.

  • Events: value provided by events.

Details

xs:string

Contains the detailed description of the event.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value required by operation.

  • UpdateEntry operation: value required by operation.

  • Events: value provided by events.

Start

xs:dateTime

Specifies the starting time of the event. Specified as a UTC date-time with a precision of milliseconds.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value required by operation.

  • UpdateEntry operation: value required by operation.

  • Events: value provided by events.

End

xs:dateTime

Specifies the ending time of the event. Specified as a UTC date-time with a precision of milliseconds.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value required by operation.

  • UpdateEntry operation: value required by operation.

  • Events: value provided by events.

AllDay

xs:boolean

Specifies whether the event has duration of the entire day. If AllDay is TRUE, the Start and End times are omitted.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value required by operation.

  • UpdateEntry operation: value required by operation.

  • Events: value provided by events.

See Also

Reference

GrooveCalendar Web Service