When using repeated dates with the module the ics adds the repeat rule which causes duplicates in the calendar.

For example if you repeat the date every week for 2 weeks you get 4 posts in your calendar instead of 2.
week 1 = 1 post
week 2 = 2 posts
week 3 = 1 post

It seems the calendar treats every repeted date as a new date to repeat.

When removing this lines from the ics it works as it should:
RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=TH;WKST=MO

The 7.x-2.x dev version from jan 2013 works.

Comments

vlad.pavlovic’s picture

Version: 7.x-2.6 » 7.x-2.x-dev
Status: Active » Fixed

Yeah, this was fixed in the dev version as per #1935820: Repeating events cause duplicates in iCal feeds.

I am assuming that it will be added to the next recommended release.

kleve’s picture

Version: 7.x-2.x-dev » 7.x-2.6
Status: Fixed » Active

Aah, great

kleve’s picture

Version: 7.x-2.6 » 7.x-2.x-dev
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated example