Web App for Creating reminders on Google calendar with custom intervals for recurring events.
Remind Me is a Web App for Creating reminders on Google calendar with custom intervals for recurring events.
Update the CLIENT_ID
and API_KEY
in the js/event.js file.
Use any server to host this application.
For Example:
$ cd remind_me
$ python3 -m http.server 8000
...
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.