cmb69 / calendar_xh

Event calendars for CMSimple_XH
GNU General Public License v3.0
1 stars 1 forks source link

Support VALUE param for DTSTART and DTEND #19

Closed cmb69 closed 3 years ago

cmb69 commented 6 years ago

See https://cmsimpleforum.com/viewtopic.php?f=16&t=13290#p64836.

cmb69 commented 3 years ago

Use files from https://www.ferienwiki.de/exports/de to check.

cmb69 commented 3 years ago

This now fails with a WSOD, what is actually a bug. We need to check if all fields are set before trying to create the event, and we also should report x of y events imported.

PS: instead of checking that all members are set, we should use the ?? operator to use an empty string instead of null (a (string) cast would work as well, but isn't as clean).

cmb69 commented 3 years ago

[…], and we also should report x of y events imported.

If split that out to #64, since it's not directly related.