iCalendarParser icon indicating copy to clipboard operation
iCalendarParser copied to clipboard

iCalendar (RFC5545) parser in Swift

Results 3 iCalendarParser issues
Sort by recently updated
recently updated
newest added

fixes #5 When 24-hour time (Locale.current.hourCycle is equal to .zeroToTwentyThree) is toggled ON in Settings, everything works as expected. When 24-hour time is toggled OFF in Settings (Locale.current.hourCycle is equal...

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...

- fix parsing bug - implement categories - add unit tests