Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
BUGFIXES:
#2135541: Fatal error: require_once(): Failed opening required '/iCalcreator.class.php: An improperly installed iCalcreator no longer crashes the parser.
#2136741: tests/date_ical_parser_categories.test removed from git, but still referenced in .info file: date_ical.info no longer references removed tests.
#2128731: Error: Undefined index: 1 in date_ical_plugin_row_ical_entity->render() : Index errors should no longer occur with multi-value dates.
#2127717: Google calendar import single day all-day events not displaying in Calendar: Single-day All Day event will now have their end date set properly.
#2127549: Fatal error: Call to undefined function libraries_detect() : Fixed a protential error state in the upgrade path from v1.x.
#2113513: DTSTAMP Field: The LAST-MODIFIED field will now always be included in exported feeds.
#2104449: RRULEs cause duplicate VEVENTs to be created with the Fields plugin: RRULEs no longer cause duplicate VEVENTs when using the Fields plugin to export an iCal feed.
#2102223: Export ics: EXDATE - excluded dates in repeat rules are not excluded in external calendars: Fix for EXDATEs in buggy calendar clients.
#2098051: UIDs are not persistent : UIDs are now persistent across multiple retrievals of the ical feed.
#2094085: Undefined property: view::$feed_icon in date_ical_plugin_style_ical_feed->attach_to(): Fixed an issue with PHP 5.5 (it no longer allows let you concatenate onto non-set values).
#2088323: Warning: trim() expects parameter 1 to be string, array given in iCalUtilityFunctions::_setDate() iCalcreator.class.php: Events with UTC dates will no longer crash the Views export plugins.
FEATURES:
#2113513: DTSTAMP Field: Users may now exclude the DTSTAMP field from their exported feeds.