Bug 474168 - Display the Sequence number in the task/event detail pane
Summary: Display the Sequence number in the task/event detail pane
Status: REPORTED
Alias: None
Product: korganizer
Classification: Applications
Component: otherviews (show other bugs)
Version: 5.22.3
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-05 01:29 UTC by Alexandre Bonneau
Modified: 2023-09-05 01:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Bonneau 2023-09-05 01:29:21 UTC
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
```