mlool / workday-calendar-extension

MIT License
60 stars 24 forks source link

Import registered courses into Workday Calendar Extension #116

Closed callumoriley closed 2 months ago

callumoriley commented 2 months ago

Having the extension show your schedule for registered courses would make it more usable beyond the initial course registration period. I created a working prototype of this idea using Javascript:

image

jaskirat-gill commented 2 months ago

Note for devs looking into this - Should be easy by using the existing code to copy saved schedules to worklists. Should just need to add a button to the DOM like the one that exists and then call the function that makes the API calls. I believe from initial inspection the DOM structure is the same for this page and the saved schedules, maybe a few selectors might need to change

callumoriley commented 2 months ago

Thanks for letting me know! I'll work on making it work like that!