Bug 474168

Summary: Display the Sequence number in the task/event detail pane
Product: [Applications] korganizer Reporter: Alexandre Bonneau <alexandre.bonneau>
Component: otherviewsAssignee: kdepim bugs <kdepim-bugs>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: 5.22.3   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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
```