Repeat rules which are set to repeat until a specific date (using UNTIL), as opposed to repeat a certain number of times are generating a warning in iCalcreator which is expecting one of:
1) input array is a timestamp date
2) array formatted date/time
3) textual date/time

The warning (and notice) that this is generating are:
Warning: trim() expects parameter 1 to be string, array given in iCalUtilityFunctions::_setRexrule() (line 8302 of /drupal7/sites/all/libraries/iCalcreator/iCalcreator.class.php).
Notice: Undefined index: UNTIL in iCalUtilityFunctions::_setRexrule() (line 8306 of /drupal7/sites/all/libraries/iCalcreator/iCalcreator.class.php).

Comments

vlad.pavlovic’s picture

Easy enough to fix. Simply added a timestamp value to the UNTIL rrule.

vlad.pavlovic’s picture

Status: Active » Needs review
vlad.pavlovic’s picture

Status: Needs review » Closed (duplicate)

Duplicate of #1916672. My mistake.