Hi,
I'm using FeedAPI_Mapper_Beta9 with Date (latest Dev release) and ical_parser to import my ical feed into dates (to show on calendar) and everything apart from Repeating events is working fine.
I don't know if I'm just missing something, but I've seen mention that nodes should have a 'Repeat' tab showing for events that are imported?
I've set up the feed using the out-of-date instructions at http://drupal.org/node/341716 then mapped options->VEVENT onto ical VEVENT as instructed by KarenS in the huge CCK date field mapper thread (http://drupal.org/node/215979). This creates all my date nodes correctly, with title, summary, from and to dates, and correctly shows them on the calendar view and 'upcoming events' block, filtered as I need.
The only thing which I can't see is any event being repeated.
Having debugged the feedapi_mapper_date.inc, the repeat rule is being parsed correctly and the feedapi_mapper_date_ical() function returns $node correctly - for a single event it is an array($date->value) or for repeated events is is an array called $values, where $values is the correctly constructed arrays of value, value2, offset, offset2, timezone and rrule. I haven't managed to trace all the way back through feedapi, feedapi_mapper, ical_parser and date etc to work out at what point the node(s) are physically created so I can't debug that code.
Am I missing something? Date_Repeat_API is enabled and working (or the $values wouldn't populate correctly). I haven't found the option to hide date repeats that some people have mentioned - is this what I'm doing wrong?
Apologies if I'm being stupid!
Peter