Can this parser parse iCal RRULEs using the Date Repeat API or has this not yet been integrated? I have tried a few different things and none have worked so far.
Can this parser parse iCal RRULEs using the Date Repeat API or has this not yet been integrated? I have tried a few different things and none have worked so far.
Comments
Comment #1
happysnowmantech commentedSubscribing since I'm having the same problem. It seems that somewhere in the parsing/mapping process, some logic similar to _date_repeat_widget_validate() from date_repeat.inc needs to be invoked in order to generate the multiple date values for the RRULE and also store the RRULE itself.
Comment #2
ekes commentedThe parser makes the RRULE available in the RAW-> section. The mapper doesn't use it at the moment. I notice that this has been added to the discussion on the mapper. I'm sure if needed there could be additional different presentation of the information added, but I doubt it would be.
Comment #3
flapsjack commentedFor anyone that lands here before going to http://drupal.org/node/215979:
This issue has been fixed and currently still being refined.
Comment #4
flapsjack commented