What is the difference between Eventss.import and Events.insert API endpoints in Google Calendar API?
I want to know the practical difference between the insert and import endpoints in Google Calendar API.
The documentation states that for the import endpoint
Access Google Calendar API without user
I’m working on a webapp (SPA and backend) that must constantly access the user’s Google calendar. The app will work 24/7, running the background service and modifying the user’s calendar without the user’s involvement. As far as I understand there are two ways of implementing such service: