Thanks to visit codestin.com
Credit goes to github.com

Skip to content

/conflicts schema #24592

@supalarry

Description

@supalarry

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions