Closed (fixed)
Project:
Date iCal
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2013 at 16:02 UTC
Updated:
19 Apr 2013 at 06:20 UTC
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
Comment #1
vlad.pavlovic commentedYeah, 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.
Comment #2
kleve commentedAah, great
Comment #3
kleve commentedComment #4.0
(not verified) commentedUpdated example