rianjs / ical.net

ical.NET - an open source iCal library for .NET
MIT License
782 stars 230 forks source link

Issue creating a week day recurrent event in the weekend #501

Open 3nriqu390 opened 4 years ago

3nriqu390 commented 4 years ago

When creating a weekday event with this recurrence rule recurrence: "RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR" , if the event its created on a weekend day, it creates an event on the day the event was created, the rest of the weekends have no problem.

rootGst commented 3 years ago

@3nriqu390 you already answered yourself.

the event its created on a weekend day

You defined an actual event that occurs on a weekend day. RRULE only causes, that this actual event will be additionally repeated on Mondays, Tuesdays, Wednesdays, Thursdays and Fridays, forever.