Jaidyn Ann
Jaidyn Ann
Thanks for the fixes, @srifqi! Just force-pushed them. :)
Hmm, that'd probably have to be done as a patch to DateTime in libshared, since the function determining it (DateTime::_UpdateFields) is private. It could be exposed as an option pretty...
@scottmc Unfortunately not, I haven't touched Haiku or Calendar code in a bit.
Thoughts on how recurrence could be handled: - `Event:Recurrence` containing the recurrence rule(s) in [iCalendar format](https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.5). - `Event:RecurrenceStart` containing the date that the repetition rule starts going into effect. -...
Got it, thanks!