rossta / montrose

Recurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface.
https://rossta.net/montrose/
MIT License
842 stars 52 forks source link

Suggestions for querying the DB for a schedule? #152

Open adambedford opened 2 years ago

adambedford commented 2 years ago

Has anyone come up with a good solution for querying the DB based on schedule? For example, my use case is to find if there exists a record with duplicate events.

Thanks!