-
I use icsx5 for syncing the calendar of grocy (v3.3.1), which contains "best before" dates of my household inventory. I also sync this .ics with Thunderbird/Lightning, where an example vevent can be copied like this: BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VEVENT
DTSTAMP:20220904T121518Z
UID:5aef686d556328afad75d60a50d2c7fb
SUMMARY:Produkt fällig: Haferflocken
DTSTART;VALUE=DATE:20221202
END:VEVENT
END:VCALENDAR Obviously this is an all-day event, and it renders as such. In android, however, the grocy events are all shown as timed events, starting at 0:00 and having 0 duration, effectively hiding them in the "week" view I use by default. Android is version 11, i.e. "LineageOS for MicroG" version 18.1 -- I see the problem with Etar from f-droid (version ) and the LineageOS builtin calendar v (a version of Etar). BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
PRODID:-//Etar//ws.xsoh.etar
BEGIN:VEVENT
UID:[email protected]
DTSTAMP:20220904T122014Z
SUMMARY:Produkt fällig: Haferflocken
DTSTART:20221201T230000Z
DESCRIPTION:
DTEND:20221201T230000Z
ORGANIZER;CN=Kalender-Abos:mailto:Kalender-Abos
END:VEVENT
END:VCALENDAR and this version from the builtin calendar BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
PRODID:-//Calendar//org.lineageos.etar
BEGIN:VEVENT
UID:[email protected]
DTSTAMP:20220904T122056Z
SUMMARY:Produkt fällig: Haferflocken
DTSTART:20221201T230000Z
DESCRIPTION:
DTEND:20221201T230000Z
ORGANIZER;CN=Kalender-Abos:mailto:Kalender-Abos
END:VEVENT
END:VCALENDAR QuestionIs this an Etar issue or one of icsx5? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can't reproduce that here with the current ICSx⁵ on the Android 12 emulator. Looks like here: And when I copy it, it's a full-day event. |
Beta Was this translation helpful? Give feedback.
Can't reproduce that here with the current ICSx⁵ on the Android 12 emulator. Looks like here:
And when I copy it, it's a full-day event.