You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently user have to manually add the generated calendar file in their calendar app. There should be an automatic way to do the same but it will require you to authorize this web app to access your calendar app.
Possible solution: By making request to Google Calendar API within browser. Although, it has some limitations unlike manual addition method:
It will work only for users using Google calendar, not for Apple's iCal, MS-outlook, etc. (need to implement a platform-independent way)
The API call limit might not allow to add bulk events (~5200 events for 100 years life expectancy!)
Alternate Solution: Set up a web server which sends push notifications using Push Notification API each week with the same info as in event description. Though, this won't create events in calendar which may or may not be preferred by users.
If you have knowledge about it, please feel free to let me know of a suitable solution by putting comment below!
The text was updated successfully, but these errors were encountered:
Currently user have to manually add the generated calendar file in their calendar app. There should be an automatic way to do the same but it will require you to authorize this web app to access your calendar app.
Possible solution: By making request to Google Calendar API within browser. Although, it has some limitations unlike manual addition method:
Alternate Solution: Set up a web server which sends push notifications using Push Notification API each week with the same info as in event description. Though, this won't create events in calendar which may or may not be preferred by users.
If you have knowledge about it, please feel free to let me know of a suitable solution by putting comment below!
The text was updated successfully, but these errors were encountered: