Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
39.52 KB
MD5: d8fdbb3602ef3b144f8203f35d768bde
SHA-1: fbdf8fbff3a3ff60a85581e8e90564181440a50c
SHA-256: 254d460b739e577a79d5b15c08657ef472d26872888c7b7ac7896107943b6b82
Download zip
50.84 KB
MD5: d042447e4389959b35c144ef222c1b59
SHA-1: ddc686386c16a95ae77c14c3ffb036028b4935fb
SHA-256: d67b091d1c4e0ae94f06f002373f070505c577d7841fd7b9598f2a8fbd9cfb38
Release notes
New features:
Added hook_date_ical_timezone_alter(), allowing users to alter timezone strings from imported iCal feeds before they get converted into DateTimeZone objects. (see #12 from #1608132: ical download issue for an example.)
Bug fixes:
The ical views plugins were not using the function option_defintion() correctly, which was breaking initial view setup and Features export (see #1994870: implement options_definition on date_ical_plugin_style_ical_feed so views export works.)
The formatting that was being done to long text fields for the purpose of iCal compliance was going way overboard, so I streamlined and improved it.