GrooveCalendar.UpdateUnreadMark 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 UpdateUnreadMark operation marks the targeted calendar entry as read or unread.
HTTP Post URL
The HTTP Post URL targets a calendar entry. This URI is provided by any operation that returns the CalendarEntry Complex Type, 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
<UnreadState />
Element |
Data type |
Description |
|---|---|---|
UnreadState |
xs:boolean |
If TRUE, marks the calendar entry as unread; if FALSE marks it as read. |
Output Message Header
GrooveResponseHeader specifies the response key.
Return Value
None.