Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a better way to import life-grid events in calendar automatically #2

Open
jaladh-singhal opened this issue Jan 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jaladh-singhal
Copy link
Owner

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!

@jaladh-singhal jaladh-singhal added the enhancement New feature or request label Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant