GrooveCalendar.UpdateUnreadMark Operation

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 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

<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.

See Also

Reference

GrooveCalendar Web Service

Concepts

Handling Groove Web Services Events