POST api/config/calendars/share
Share calendar
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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |