Do not parse dates
fixed the code to output the dates in the desired format compatible with nextcloud.
before
DTSTART:${event.start} DTEND:${event.end}
after: ` DTSTART;VALUE=DATE:${event.start.toISOStri…