-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Open
Description
Purpose
To know if a time range already has an event or not. User can essentially ask "Is there already an event between 16:00 and 17:00 or is there an event that ends or starts within that time range?".
Endpoints
GET /conflicts
requires query parameters startTime
and endTime
in UTC or with time zone (essentially allowing people to ask "I myself live in Italy and can I book this calendar between 16:00 and 17:00 Italy time).
If there are no conflicts response is 200 OK with response body containing empty array
{
"status": "success",
"data": []
}
If there are conflicts response is 200 OK with response body containing conflicts
{
"status": "success",
"data": [
{
""
}
]
}
Metadata
Metadata
Assignees
Labels
No labels