When adding recurrent events (an event that repeats once each week on a single day-- say Thursday), if I add a set number of ten occurrences, then the event entities are properly generated and everything seems to function as expected.

If I add the same recurrent event pattern that lasts for a year (that ends by April of 2013), then saving the event only creates the first event entity in the pattern and causes the following error:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'vevent_fixed::_format_date_time' was given in /home6/sierrac6/public_html/sites/all/modules/contrib/ical/ical.wrappers.inc on line 550.

Maybe this is a configuration problem with my ical feature and drupal site, but the feature has been reverted to its default state.

Any help in solving this error would be greatly appreciated.

Comments

bomarmonk’s picture

Component: Code » Documentation

Figured it out: I switched from iCalcreator 2.12 to 2.6. They had a new release of 2.12, so I thought that was the one I should use. Apparently you should use 2.6 instead!