I’ve been tasked with creating a calendar view of who is scheduled to be working at what time on a week view calendar. Simple I thought, Add users to schedules and provide a mechanism for a supervisor to mark a schedule modification when that person is on vacation.
As I go through the system.user functions, I can’t find a method that will return a list of schedule entries for a user.
i.e. system.user.getUsersSchedule(user) which would return a list of schedule objects including schedule modifications which I would then iterate through to mark on a calendar when that person is schedule to be working.
Is there something that is available to do this?