CiviEvent - Re-fix iCal. Preserve compatibility.
authorTim Otten <totten@civicrm.org>
Tue, 19 Dec 2023 00:44:16 +0000 (16:44 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 19 Dec 2023 00:53:26 +0000 (16:53 -0800)
commit4c488f3d87804de8aeb3f46f7a41c851f6fa6961
tree59ce3144bb06b5ed731f6107213dcefb0b2dc888
parent379bd0e5621e8e53f575778277f4362bc20a1f52
CiviEvent - Re-fix iCal. Preserve compatibility.

The recently merged commit for `CRM_Utils_ICalendar` fixed one bug and did
some code-cleanup...  but it changed a contract in a way that breaks
`eventics` extension.

This restores the original contract and a more conservative fix.
CRM/Utils/ICalendar.php