iCalendarParser
iCalendarParser copied to clipboard
if not 24-Hour Time, dates are nil
Thanks for this library! Saved me a ton of work.
The issue I found is:
If the on-device Date & Time setting 24-Hour Time is not on, it fails to parse dates.
The date fields (dstart, dend) in ICEvent, are all nil, except dtimestamp which gets a value by default if nil.