I want to enhance my Google Calendar with some custom functions and I'm trying to figure out how.
Google Calendar has an Add-ons button under Settings which opens the GSuite Marketplace with the filter compatible with calendar.
After some googling, I found out that I could build my own GSuite apps with google-app-scripts.
So does that mean I could a write an add-on with google-app-scripts that would be compatible with calendar and if yes how would I set this up?
Would this enable me to directly interface with the calendar UI?
If not what would I need to do that, a Chrome Extension, a classic user-script?