Some checks failed
Release v2.19.4. **Fixed** - A deleted occurrence stays deleted through a series re-timing, and through backup/restore ([#225]). - "Only this event" saves the edit on calendars that never synced, and on a row that doesn't recur it edits or deletes the event itself instead of filing an exception against nothing. - A reminder left on the account's default is no longer read as a lead time of Calendula's own. - The widgets turn the page at midnight; the re-arm backstop for the inexact rollover alarm is back, throttled to once per 15 minutes on calendar changes. - An event running past midnight can be dragged by either half ([#253]). - One event the provider refuses no longer costs the rest of the import, and an import cut short reports honestly how far it got. - EXDATE zone prefixes are read in the bare `<zone>;` form the provider and DAVx5 actually write, not only the iCalendar `TZID=` spelling; a list holding a stamp we can't parse is kept whole rather than re-emitted stripped of its zone; RDATE travels with RRULE when the recurrence set is rewritten. **Added** - Belarusian, Hungarian and Slovak, from community translators on Weblate. **Changed** - Arabic, Polish and Simplified Chinese are complete; Czech grew, and Russian is now at about half. Bumps `versionName` to 2.19.4, so merging this triggers the release pipeline. Co-authored-by: Jean-Luc Makiola <business@jeanlucmakiola.de> Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/259
26 lines
591 B
Plaintext
26 lines
591 B
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
CALSCALE:GREGORIAN
|
|
PRODID:Fossify Calendar Holiday Generator
|
|
METHOD:PUBLISH
|
|
X-PUBLISHED-TTL:PT1H
|
|
BEGIN:VEVENT
|
|
UID:fossify_c10f9ad245dc2e57fb3652abee6ed8a06744f0bd
|
|
SUMMARY:Neujahr
|
|
DTSTAMP:20260526T132315Z
|
|
DTSTART;VALUE=DATE:19800101
|
|
DTEND;VALUE=DATE:19800102
|
|
STATUS:CONFIRMED
|
|
RRULE:FREQ=YEARLY
|
|
END:VEVENT
|
|
BEGIN:VEVENT
|
|
UID:fossify_8a60ccf65b65265f768dd33a0b7aefc7620e3ee2
|
|
SUMMARY:Heilige Drei Könige
|
|
DTSTAMP:20260526T132315Z
|
|
DTSTART;VALUE=DATE:19800106
|
|
DTEND;VALUE=DATE:19800107
|
|
STATUS:CONFIRMED
|
|
RRULE:FREQ=YEARLY
|
|
END:VEVENT
|
|
END:VCALENDAR
|