Best way to develop/manage/design recurring tasks/calendar

后端 未结 4 1346
执笔经年
执笔经年 2021-02-03 14:27

An example of what I\'m talking about is similar to Google Calendar. When a new recurring task is created.

After creating the recurring task \"template\" - which all of

4条回答
  •  迷失自我
    2021-02-03 15:10

    I went through the same problem a while back and instead of reinventing the wheel, I used Google Calendar APIs. (http://code.google.com/apis/calendar/data/2.0/developers_guide.html)

    You create a Google Account and access the calendar information. There are APIs to create/edit/delete a recurring entry. Also, you can specify a date/time information and query for matching events.

    When you create an event on Google Calendar, you will receive a token/id which you can store in your own database and reference it within the context of the application.

提交回复
热议问题