Hello. I have a problem with the caldav integratio...
# caldav
a
Hello. I have a problem with the caldav integration and nextcloud: • The events created by cal.com have the timezone UTC in Nextcloud instead of Europe/Berlin. • I researched the caldav-raw-file and compared it to a Thunderbird caldav-raw-file:
Copy code
Thunderbird uses:
DTSTART;TZID=Europe/Berlin:20230324T120000
DTEND;TZID=Europe/Berlin:20230324T130000

<http://cal.com|cal.com> uses:
DTSTART:20230324T130000Z
• The Thunderbird events are displayed correctly. Would it be possible to add the selected timezone from the settings (in my case: Europe/Amsterdam, Europe/Berlin is not available in cal.com) to the caldav-file.
a
This doesn't sound right. I'll take a look and let you know what's up. 🙏
a
Here is my raw-event in this Calendar (RAW-data displayed from SoGo-Calendar)
Copy code
BEGIN:VCALENDAR
PRODID:adamgibbons/ics
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID:37b7b7bf-616d-4aa8-be96-2f030472356a
SUMMARY:Waschmaschine Alex Kern
DTSTAMP:20230323T092400Z
DTSTART:20230324T130000Z
DESCRIPTION:Was:\nWaschmaschinen\n \n\nZeitzone des Veranstalters:\nEurope
/Berlin\n \n\nWer:\n\nBau- und Wohngenossenschaft LeNa - Organisator\nkon
<mailto:takt@lena.coop|takt@lena.coop>\n \nAlex Kern\nhallo@alexkern.com\n \n \nWo:\nWaschs
alon im EG\n\n\n\n\nfalse
LOCATION:Waschsalon im EG
ORGANIZER;CN=Bau- und Wohngenossenschaft LeNa:<mailto:kontakt@lena.coop>
ATTENDEE;CN=Alex Kern;PARTSTAT=NEEDS-ACTION;RSVP=FALSE:mailto:hallo@alexker
n.com
DURATION:PT180M
CLASS:PUBLIC
END:VEVENT
X-PUBLISHED-TTL:PT1H
END:VCALENDAR
Hi. Do you have any progress in this issue?