We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found a bug? Please fill out the sections below. 👍
I cannot book meetings even though the calender is free.
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
Booking doesn't work
{ "status": "error", "timestamp": "2025-02-20T10:15:35.554Z", "path": "/v2/slots?eventTypeId=1201729&start=2025-02-27T11%3A30%3A00&end=2025-02-27T12%3A30%3A00", "error": { "code": "NotFoundException", "message": "Cannot GET /api/v2/slots?eventTypeId=1201729&start=2025-02-27T11%3A30%3A00&end=2025-02-27T12%3A30%3A00", "details": { "message": "Cannot GET /api/v2/slots?eventTypeId=1201729&start=2025-02-27T11%3A30%3A00&end=2025-02-27T12%3A30%3A00", "error": "Not Found", "statusCode": 404 } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found a bug? Please fill out the sections below. 👍
Issue Summary
I cannot book meetings even though the calender is free.
Steps to Reproduce
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
Actual Results
Booking doesn't work
Expected Results
Technical details
Evidence
{
"status": "error",
"timestamp": "2025-02-20T10:15:35.554Z",
"path": "/v2/slots?eventTypeId=1201729&start=2025-02-27T11%3A30%3A00&end=2025-02-27T12%3A30%3A00",
"error": {
"code": "NotFoundException",
"message": "Cannot GET /api/v2/slots?eventTypeId=1201729&start=2025-02-27T11%3A30%3A00&end=2025-02-27T12%3A30%3A00",
"details": {
"message": "Cannot GET /api/v2/slots?eventTypeId=1201729&start=2025-02-27T11%3A30%3A00&end=2025-02-27T12%3A30%3A00",
"error": "Not Found",
"statusCode": 404
}
}
}
The text was updated successfully, but these errors were encountered: