Hey folks, I am a bit confused why Cocktail.Schedule.t has a list of recurrence_rules, here
|
recurrence_rules: [Rule.t()], |
Following this Stackoverflow question: https://stackoverflow.com/questions/38296679/icalendar-spec-rrule-multiple-times it seems that based on https://datatracker.ietf.org/doc/html/rfc5545 specification
"but it SHOULD NOT be specified more than once. The recurrence set generated with multiple "RRULE" properties is undefined."
So technically this suppose to be a single value
Hey folks, I am a bit confused why
Cocktail.Schedule.thas a list ofrecurrence_rules, herecocktail/lib/cocktail/schedule.ex
Line 39 in 2b12aa0
Following this Stackoverflow question: https://stackoverflow.com/questions/38296679/icalendar-spec-rrule-multiple-times it seems that based on https://datatracker.ietf.org/doc/html/rfc5545 specification
So technically this suppose to be a single value