In the .ics files, each VTODO, VEVENT and VJOURNAL have a SEQUENCE information, which translate to the number of editions this particular element has seen. It would be useful to show that number at the bottom of the Task/Event detail pane after the 'Creation date', in italic, like `Revision: 12`. Example in the .ics file: ``` SEQUENCE:12 ``` Example of display in Korganizer detail pane: ``` [icon] Create a feature requests for Korganizer Agenda: Calendar in Nextcloud Starting date: Friday 28th april 2023 18:30:00 -10 Due date: Monday 4th of September 2023 14:30:00 -10 Duration: 128 days 20 hours Description: This a task description... ...that can span multiple lines ..and paragraphs. Tags: Computing, Misc Pourcentage done : 0 % Creation date: Monday 27th March 2023 08:30:04 -10 Revision: 12 ```
A possibly relevant merge request was started @ https://invent.kde.org/pim/kcalutils/-/merge_requests/43
Git commit 4792166db22c8d2eda3ee208c297976a4b200115 by Laurent Montel, on behalf of Allen Winter. Committed on 13/02/2025 at 08:46. Pushed by winterz into branch 'master'. Display the incidence's sequence number in the grantlee templates Add the incidence's sequence number (ie. revision) in the grantlee templates when showing the details. FIXED_IN: 6.4.0 M +2 -0 autotests/data/event-1.html M +2 -0 autotests/data/event-2.html M +2 -0 autotests/data/event-allday-multiday.html M +2 -0 autotests/data/event-allday.html M +2 -0 autotests/data/event-exception-single.html M +2 -0 autotests/data/event-exception-thisandfuture.html M +2 -0 autotests/data/event-multiday.html M +2 -0 autotests/data/journal-1.html M +2 -0 autotests/data/todo-1.html M +2 -0 autotests/data/todo-2.html M +3 -0 src/incidenceformatter.cpp M +4 -1 src/templates/event.html M +4 -1 src/templates/journal.html M +4 -1 src/templates/todo.html https://invent.kde.org/pim/kcalutils/-/commit/4792166db22c8d2eda3ee208c297976a4b200115