Skip to content
New issue

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

Slots endpoint not working for team event type id #19597

Open
sblad opened this issue Feb 27, 2025 · 1 comment
Open

Slots endpoint not working for team event type id #19597

sblad opened this issue Feb 27, 2025 · 1 comment
Labels
api area: API, enterprise API, access token, OAuth 🐛 bug Something isn't working

Comments

@sblad
Copy link

sblad commented Feb 27, 2025

Issue Summary

I've created an team event and I need to retrieve availability of the entire team.
Documentation states that:
Event type id can be of user and team event types.
but all i get is:

{
  "data": {},
  "status": "success"
}

If i use event type slug and username it returns the correct slots for the configuration but that means I'd have to hit this endpoint for each of my 30 users.

Steps to Reproduce

  1. Create an Team Event
  2. Go to Api Reference
  3. Hit the api with event's Id

Actual Results

{
  "data": {},
  "status": "success"
}

Expected Results

{
  "data": {
// Combined slots for all of the team members assigned to this event
},
  "status": "success"
}

Technical details

Doing it over cal.com docs, curl, local node v22

@sblad sblad added the 🐛 bug Something isn't working label Feb 27, 2025
@dosubot dosubot bot added the api area: API, enterprise API, access token, OAuth label Feb 27, 2025
@harshit0025
Copy link

I would like to work on this issue, can I get assigned to it @sblad @PeerRich

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api area: API, enterprise API, access token, OAuth 🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants