Skip to content

Conversation

@Gorlesunilkumar
Copy link

The ICS event file has been updated to follow proper RFC 5545 formatting and improve compatibility with calendar applications.

Changes

  • Replaced the empty DESCRIPTION field with a valid value
  • Unified DTSTART and DTEND to both use TZID=Europe/Berlin for consistent time zone handling
  • Corrected the event duration (09:00–10:00 Berlin time)
  • Removed unnecessary blank lines to avoid parsing inconsistencies
  • Kept the full VTIMEZONE block to ensure compatibility with Nextcloud, Google Calendar, and iOS

Why

These adjustments improve interoperability with various calendar clients and prevent potential parsing issues caused by mixed time formats or empty fields.

Testing

The change updates only static test assets. No functional logic was modified.

  • Tests not needed (data file correction only)

The ICS event file has been updated to follow proper RFC 5545 formatting.

Changes:
- Added a valid DESCRIPTION field instead of an empty one
- Unified DTSTART and DTEND to use the same TZID (Europe/Berlin)
- Ensured the event duration is correct and consistent
- Cleaned up extra blank lines to avoid parsing issues
- Retained the complete VTIMEZONE block for compatibility with Nextcloud, Google Calendar, and iOS

This improves interoperability with calendar clients and prevents parsing errors caused by mixed time formats.


Signed-off-by: Gorlesunilkumar <[email protected]>
Copy link

@SebastianKrupinski SebastianKrupinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks correct

@Gorlesunilkumar
Copy link
Author

@alperozturk96 Review and merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants