POST api/calendar/checkconflict
Request Information
URI Parameters
None.
Body Parameters
CheckEventConflictModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | date |
None. |
|
| End | date |
None. |
|
| Calendars | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": "2025-12-06T05:26:31.3126317+01:00",
"End": "2025-12-06T05:26:31.3126317+01:00",
"Calendars": null
}
application/xml, text/xml
Sample:
<CheckEventConflictModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GabineteDigital.Services.Models"> <Calendars xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <End>2025-12-06T05:26:31.3126317+01:00</End> <Start>2025-12-06T05:26:31.3126317+01:00</Start> </CheckEventConflictModel>
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>