-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Open
Labels
apiarea: API, enterprise API, access token, OAutharea: API, enterprise API, access token, OAuthplatformAnything related to our platform planAnything related to our platform planteamsarea: teams, round robin, collective, managed event-typesarea: teams, round robin, collective, managed event-types✨ featureNew feature or requestNew feature or request
Description
Problem
It is possible to get organization schedules in apps/api/v2/src/modules/organizations/schedules/organizations-schedules.controller.ts
and user schedules apps/api/v2/src/ee/schedules/schedules_2024_06_11/controllers/schedules.controller.ts
but there is no way to get team schedules.
Solution
- Similar to controllers above add a new endpoint to fetch organization team schedules in
apps/api/v2/src/modules/organizations/teams/schedules/organizations-teams-schedules.controller.ts
returning schedules of all users within team within org. - Create a new controller
teams-schedules.controller.ts
with endpoint returning schedules of all users within a team - this is when team is not within organization.
Metadata
Metadata
Assignees
Labels
apiarea: API, enterprise API, access token, OAutharea: API, enterprise API, access token, OAuthplatformAnything related to our platform planAnything related to our platform planteamsarea: teams, round robin, collective, managed event-typesarea: teams, round robin, collective, managed event-types✨ featureNew feature or requestNew feature or request