dengste / org-caldav

Caldav sync for Emacs orgmode
GNU General Public License v3.0
712 stars 105 forks source link

Fix cl-parse-integer: Not an integer string #282

Closed StillerHarpo closed 11 months ago

StillerHarpo commented 11 months ago

parse-time-string fails on some repeating events. For example:

(parse-time-string "<2023-10-09 Mon +100d>")

Gives back the error

cl-parse-integer: Not an integer string: ‘+100d’
jackkamm commented 11 months ago

Thank you for reporting the bug and providing a fix!