-
Notifications
You must be signed in to change notification settings - Fork 11k
Open
Labels
Low priorityCreated by Linear-GitHub SyncCreated by Linear-GitHub Syncapiarea: API, enterprise API, access token, OAutharea: API, enterprise API, access token, OAuthreactive⚡︎
Description
Problem
A customer wants to know when they fetch an event type they want to know which schedules of hosts are applied to calculate availability:
Solution
Add more query parameters to apps/api/v2/src/modules/organizations/teams/schedules/organizations-teams-schedules.controller.ts and apps/api/v2/src/modules/teams/schedules/services/teams-schedules.service.ts :
eventTypeId- to return which schedules are taken into account when that specific event type is booked. That would require fetching ids of hosts of that event type and then returning that hosts. I think that when calculating available slots we check only default schedules of hosts (but need to confirm that)
Metadata
Metadata
Assignees
Labels
Low priorityCreated by Linear-GitHub SyncCreated by Linear-GitHub Syncapiarea: API, enterprise API, access token, OAutharea: API, enterprise API, access token, OAuthreactive⚡︎