Closed (fixed)
Project:
Feeds iCal
Version:
2.1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 May 2023 at 17:12 UTC
Updated:
12 Apr 2024 at 19:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
karlsheaThis used to work, but ics-parser moved any custom properties to a private
$additionalPropertiesarray, making it impossible to get that data into the Feeds data transfer object.See https://github.com/u01jmg3/ics-parser/issues/318 and https://github.com/u01jmg3/ics-parser/issues/329
Comment #3
karlsheaPatch attached that uses reflection, it's not a great solution but it's working for me.
Comment #4
karlsheaProperty visibility fixed in https://github.com/u01jmg3/ics-parser/issues/329.
The patch could be changed to not use reflection, but it would require the patched version of ics-parser (whenever it's released) to be installed.
Comment #5
ben.hamelin@KarlShea - looks like we got that release in 3.4.0
https://github.com/u01jmg3/ics-parser/releases/tag/v3.4.0
We could plan to up the requirement here and release this as 2.2.0
Comment #6
karlsheaSounds great, thanks!
Comment #8
karlsheaBumped ics-parser to ^3.4 and removed reflection
Comment #10
ben.hamelinComment #11
ben.hamelinCommitted and released with 2.2.0.
Thanks @KarlShea!!