GrooveCalendar.Read Operation

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value

The Read operation reads the entries in the Calendar tool.

HTTP Post URL

The HTTP Post URL targets a Calendar tool. This URI is provided by the GrooveTools.Read operation.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

None.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<ReadResult>
  <!-- Array of --> <CalendarEntry />
</ReadResult>

Element

Data type

Description

ReadResult

Array of CalendarEntry

Calendar entries in the tool.

See Also

Reference

GrooveCalendar Web Service

Concepts

Accessing Calendar Tool Data