-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
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.tsreturning schedules of all users within team within org. - Create a new controller
teams-schedules.controller.tswith endpoint returning schedules of all users within a team - this is when team is not within organization.
Reactions are currently unavailable
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