Share via


GrooveCalendar Web Service

The GrooveCalendar service provides access to Groove Calendar tools. It allows you to create, read, update, and delete entries in the tool.

XML Definitions

WSDL

GrooveCalendar.wsdl 2.0

with references to:

  • Core.xsd 2.0

  • Events.xsd 2.0

  • Calendar.xsd 2.0

SOAP Operation Namespace

 http://webservices.groove.net/Groove/2.0/Calendar/  

HTTP Post URL

https://localhost:port-number/GWS/Groove/2.0/Calendar/service-specific-data

Operations, Complex Types, and Events

The following sections describe the GrooveCalendar operations, complex types, and events.

Operations

Operation Description

Create

Creates a new calendar entry.

DeleteEntry

Deletes the calendar entry.

Read

Reads the entries in the Groove Calendar tool.

ReadEntry

Reads the calendar entry.

UpdateEntry

Updates the calendar entry.

UpdateUnreadMark

Marks the calendar entry as read or unread.

Complex Types

Complex type Description

CalendarEntry

Type for an entry in the Calendar tool.

Events

Event class URN Event Description

urn:groove-net:Calendar2Event

CalendarAddEventData

Indicates that one or more calendar entries were added to the tool.

CalendarDeleteEventData

Indicates that one or more calendar entries were deleted from the tool.

CalendarUpdateEventData

Indicates that one or more calendar entries were updated in the tool.

See Also

Concepts

Accessing Calendar Tool Data