You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Steps to reproduce
Create a new event in the Calendar app and enter a multiline comment with empty lines in the "Description" field, for example:
Save and reopen the event and the empty line does not appear any more.
Finally if you synchronize the calendar with syncevolution, all the lines are removed except the last one "Line 4".
Expected behavior
The description field should not be altered.
Actual behavior
The description is completely removed except for the last line.
Logfiles and additional information
If I check in the calendar.ics file it actually contains several 'DESCRIPTION' fields and errors for the empty line after the event is saved:
As per RFC 5545 and RFC 7986 the DESCRIPTION field should be saved as one long string and should only be splitted if it is treated as multilingual
It should then normally be saved as one field only:
The text was updated successfully, but these errors were encountered: