# Calendario: file ICS senza info timezone!

**URL:** https://meta.discourse.org/t/calendar-ics-file-missing-timezone-info/309163
**Category:** Bug
**Tags:** events
**Created:** [23 Maggio 2024, 1:28pm UTC](https://meta.discourse.org/t/calendar-ics-file-missing-timezone-info/309163 "2024-05-23T13:28:09Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Robert\_McCurdy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/robert_mccurdy/32/388043_2.png) [@Robert\_McCurdy](https://meta.discourse.org/u/Robert_McCurdy)
#### Post date: [23 Maggio 2024, 1:28pm UTC](https://meta.discourse.org/t/calendar-ics-file-missing-timezone-info/309163/1 "2024-05-23T13:28:09Z")

</div>

Ho visto un altro post che diceva di pubblicare qui per qualche motivo sul calendario, ma non credo che discourse abbia nulla a che fare con questo problema, ma i nostri post vengono chiusi dopo 7 giorni, quindi YOLO!

> **[Calendar: ICS file missing timezone info!](https://discussions.scouting.org/t/calendar-ics-file-missing-timezone-info/396631)**
>
> So looking at the .ics file spec I don’t know what one we need but we are missing these … its X-WR-TIMEZONE TZID X-LIC-LOCATION so I think the timezone setting in the pack should be pulled and it should add X-WR-TIMEZONE to match … when you...

> **[CUB SCOUT
PACK 450](https://pack450.org/calendar-2)**
>
> ROSWELL, GA

Guardando le specifiche del file .ics, non so quale ci serve, ma ci mancano questi… è

1. X-WR-TIMEZONE
2. TZID
3. X-LIC-LOCATION

quindi penso che l’impostazione del fuso orario nel pacchetto debba essere recuperata e dovrebbe aggiungere X-WR-TIMEZONE per corrispondere… quando importi da Google assume il tuo locale… ma da GoDaddy non riesco a trovare per niente dove impostarlo… e ha funzionato prima perché presumo che i vecchi calendari ics avessero informazioni sul fuso orario

Esempio con informazioni corrette sul fuso orario… X-WR-TIMEZONE e X-LIC-LOCATION sono impostati e l’evento ha DTSTART;TZID=“America/Los\_Angeles”:20160206T074400 e DTEND;TZID=“America/Los\_Angeles”:20160206T084400

Penso che almeno la correzione sarebbe aggiungere X-WR-TIMEZONE e X-LIC-LOCATION e le specifiche corrette dovrebbero consentire a ciascun evento di avere il proprio fuso orario di inizio e fine… sono sicuro che voi vi spostate in aereo e mentre vi muovete le impostazioni del fuso orario si adegueranno se impostate correttamente sul calendario

```plaintext
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 19.0 MIMEDIR//EN
VERSION:2.0
X-WR-TIMEZONE:America/Los_Angeles
METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
SUMMARY:Appointment
LOCATION:Pune
DESCRIPTION:Your appointment Details:\n\nPatient Details:Kou Kul\nKeven\n\nAppointment Type:Counselling (30 min)\n\nThanks.
DTSTART;TZID="America/Los_Angeles":20160206T074400
DTEND;TZID="America/Los_Angeles":20160206T084400
PRIORITY:5
STATUS:CONFIRMED
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR

```

stephen\_Hornak  
ChristopherCamacho  
Matt.Johnson  
jacobfetzer

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/b/f/bbfca07cc6810a91de51c9024c11354423f429ba.png)

---

_[View the full topic](https://meta.discourse.org/t/calendar-ics-file-missing-timezone-info/309163)._
