GrooveCalendar.UpdateEntry 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 UpdateEntry operation updates the targeted calendar entry with the new values.

HTTP Post URL

The HTTP Post URL targets a calendar entry. This URI is provided by any operation that returns a CalendarEntry, such as the GrooveCalendar.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

<CalendarEntry />

Element

Data type

Description

CalendarEntry

CalendarEntry

The new values for the targeted calendar entry.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

Remarks

This operation updates the Calendar entry based on the values of the Description, Category, Details, Start, End, and AllDay elements. If you specify other elements in the input message, the service will ignore them. The Modified and ModifiedBy elements are set by the service using the current time and account.

Use the GrooveCalendar.UpdateUnreadMark operation to update the unread marks.

See Also

Reference

GrooveCalendar Web Service

Concepts

Accessing Calendar Tool Data