rrule - Express alternative recurring times in iCalendar -


is there way express following in icalendar? (possibly using rrules?)

between 9am , 5pm every day except sundays when between 10am , 4pm.

can create multiple rrules? ones have precedence?

icalendar not have notion of events hole in middle of duration. without talking recurring event, can not create single event 9am 10am , 4pm 5 pm

as consequence, need create 3 events:

dtstart:2013xxxxt090000 duration:pt1h rrule:freq=daily  dtstart:2013xxxxt100000 duration:pt6h rrule:freq=daily;byday=mo,tu,we,th,fr,sa  dtstart:2013xxxxt160000 duration:pt1h rrule:freq=daily 

as far having multiple rrule, supported in rfc2445 has been deprecated in rfc5545 (just exrule) due lack of support , complexity.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -