What's the best way to model recurring events in a calendar application?

后端 未结 18 2525
感情败类
感情败类 2020-11-27 08:54

I\'m building a group calendar application that needs to support recurring events, but all the solutions I\'ve come up with to handle these events seem like a hack. I can li

18条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-27 09:38

    I'm using the database schema as described below to store the recurrence parameters

    http://github.com/bakineggs/recurring_events_for

    Then I use runt to dynamically calculate the dates.

    https://github.com/mlipper/runt

提交回复
热议问题