GrooveCalendar Web Service

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The GrooveCalendar service provides access to Calendar tools in Groove 2007 workspaces. 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

http://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 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