Closed adambedford closed 5 years ago
Currently, the way to do this would be to build a schedule of multiple recurrences and enumerate the merged results:
Thank you for the guidance. Will this still play nicely with to_h
and
marshaling the recurrence to a DB field?
On Mon, Mar 25, 2019 at 12:39 PM Ross Kaffenberger notifications@github.com wrote:
Currently, the way to do this would be to build a schedule of multiple recurrences and enumerate the merged results:
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rossta/montrose/issues/111#issuecomment-476347624, or mute the thread https://github.com/notifications/unsubscribe-auth/ABjQOQNyIwfyorM3iwIRr61oHv6t7Bqrks5vaSYCgaJpZM4cF1c2 .
Not currently but I'd welcome patches to add support for those features!
Added support for Schedule#load
and Schedule#dump
in 0.10.1
Is it possible to configure a series to have occurrences at different times on different days? e.g. a single
Recurrence
with events every week on Tuesday at 6pm and Thursday at 8pm?