PUT api/config/calendars/share
Request Information
URI Parameters
None.
Body Parameters
CalendarConfigShare| Name | Description | Type | Additional information |
|---|---|---|---|
| CalendarOwnerId | integer |
None. |
|
| CalendarId | integer |
None. |
|
| SharedUserId | integer |
None. |
|
| SharingType | integer |
None. |
|
| SharingTypeEWS | FolderPermissionLevel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<CalendarModel.CalendarConfigShare xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GabineteDigital.Services.Models"> <CalendarId>2</CalendarId> <CalendarOwnerId>1</CalendarOwnerId> <SharedUserId>3</SharedUserId> <SharingType>4</SharingType> </CalendarModel.CalendarConfigShare>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>