Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
New feature:
There is a new views row plugin called iCal Fields. Unlike it's brother iCal Entities, which populates the iCal feed from data pulled directly off the entities returned by the view query, iCal Fields populates the iCal feed using views Fields. This lets users customize the content of their iCal feed directly from the views settings page, and also supports all fields types which are supported by Views.
Bug fixes:
#2038063: Typo in date_ical.info for loading DateIcalFeedsParser.inc
#2025729: Undefined variable: source_config in DateIcalIcalcreatorParser->parse (line 88 of /date_ical/includes/DateIcalIcalcreatorParser)
#2018285: url parameter not included in "new vcalendar($config)" array when filename parameter is a URL
iCal feeds output by Date iCal should now be significantly more compliant with the iCal spec, which should help prevent import errors on certain calendar clients.