项目作者: abhi2196

项目描述 :
Web App for Creating reminders on Google calendar with custom intervals for recurring events.
高级语言: CSS
项目地址: git://github.com/abhi2196/Reminder-App.git
创建时间: 2019-08-27T16:23:54Z
项目社区:https://github.com/abhi2196/Reminder-App

开源协议:MIT License

下载


Remind Me is a Web App for Creating reminders on Google calendar with custom intervals for recurring events.

Installation

  • Update the CLIENT_ID and API_KEY in the js/event.js file.

    Authorising with Google Calendar API

  • Use any server to host this application.

    For Example:

    1. $ cd remind_me
    2. $ python3 -m http.server 8000
    3. ...

Usage

Authorise Application for using your google account

This App only needs Google Calendar View/edit permissions

Create a event

  • Provide Event Name
  • Provide Recurrence Count for Event (minimum: 1, maximum: 10)
  • Provide Custom Recurrence Pattern (comma separated list of numbers e.g. 5,10,15)
    This defines the interval period between your recurring events.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.