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

happysnowmantech’s picture

Subscribing 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.

ekes’s picture

Status: Active » Closed (works as designed)

The 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.

flapsjack’s picture

For anyone that lands here before going to http://drupal.org/node/215979:

This issue has been fixed and currently still being refined.

flapsjack’s picture

Status: Closed (works as designed) » Closed (fixed)