ical fixture export is formatted incorrectly

Exported ical format fixtures generates an ical that cannot be properly imported due to some formatting and structure issues:

- Incorrect Property (TIME)
The TIME property isn't standard in iCalendar files. Instead, DTSTART and DTEND should include both date and time in the format YYYYMMDDTHHMMSSZ for UTC times (e.g., 20240820T193000Z for 7:30 PM UTC on August 20, 2024).

- Quotation Mark in METHOD:PUBLISH
The extra quotation mark (") after METHOD:PUBLISH may cause parsing issues. It should be removed.

- Missing Time Zone Information
If the times are not in UTC, you may need to specify the time zone using TZID.

Thanks

Request Status: 
New
Priority: 
Normal