-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying to reproduce not showing descriptions with parameters
This seems to have been an issue in 2018, not sure if we fixed this or it was fixed in icalendar, but doesn't seem to be a problem anymore. fix #785
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
BEGIN:VEVENT | ||
SUMMARY:An Event | ||
DESCRIPTION;LANG=en_US:Hey, \n\nJust setting aside some dedicated time to talk about redacted. | ||
DTSTART:20230409T093000 | ||
DTEND:20230409T103000 | ||
DTSTAMP:20230401T234817Z | ||
UID:floating_with_description_and_parameter | ||
END:VEVENT |