Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-13 Thread Luca Capello
Hi there! On Tue, 13 Aug 2013 12:19:44 +0200, gregor herrmann wrote: > On Sun, 11 Aug 2013 16:46:04 +0200, Luca Capello wrote: > >> > if you are having problems importing the ICS file from Penta into >> > your local calendar, try >> > >> > s,TZID=CET,TZID=Europe/Zurich,g >> > >> > on the downloa

Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-13 Thread martin f krafft
also sprach Joerg Jaspert [2013.08.11.2142 +0200]: > Now, where do people see TZOFFSET{FROM,TO}, thats not in the file? Or is > that something from your client? % wget -qO- http://penta.debconf.org/dc13_schedule/schedule.en.ics | grep TZOFFSET TZOFFSETFROM:-0600 TZOFFSETTO:-0600 -- .''`. ma

Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-13 Thread Joerg Jaspert
On 13300 March 1977, Armin Haas wrote: >> if you are having problems importing the ICS file from Penta into >> your local calendar, try >> s,TZID=CET,TZID=Europe/Zurich,g >> on the downloaded file. I found that CET isn't properly interpreted >> by the Mozilla tools. > I changed TZID to CEST and

Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-13 Thread gregor herrmann
On Sun, 11 Aug 2013 16:46:04 +0200, Luca Capello wrote: > > if you are having problems importing the ICS file from Penta into > > your local calendar, try > > > > s,TZID=CET,TZID=Europe/Zurich,g > > > > on the downloaded file. I found that CET isn't properly interpreted > > by the Mozilla tools.

Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-12 Thread Luca Capello
Hi there! On Sun, 11 Aug 2013 11:16:52 +0200, martin f krafft wrote: > if you are having problems importing the ICS file from Penta into > your local calendar, try > > s,TZID=CET,TZID=Europe/Zurich,g > > on the downloaded file. I found that CET isn't properly interpreted > by the Mozilla tools.

Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-12 Thread martin f krafft
also sprach martin f krafft [2013.08.11.1532 +0200]: > I did not even see TZOFFSETFROM and TZOFFSETTO, but these values > look wrong to me. Maybe that would be the better patch. The current .ics file still cannot be properly imported into Icedove/lightning. Only when I set TZOFFSETFROM:0200

Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-11 Thread martin f krafft
also sprach Armin Haas [2013.08.11.1442 +0200]: > I changed TZID to CEST and additionally needed to change TZOFFSETFROM > and TZOFFSETTO from -0600 to to get the time displayed correctly > in the overview. I did not even see TZOFFSETFROM and TZOFFSETTO, but these values look wrong to me. May

Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-11 Thread Alexandre Delanoë
Année 2013, dimanche 11 août, vers 11:16, martin f krafft écrivait: > s,TZID=CET,TZID=Europe/Zurich,g Works for me, thanks. > on the downloaded file. I found that CET isn't properly interpreted > by the Mozilla tools. +1 > > If this works for people, maybe the "patch" can be "pushed upstream

Re: [Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-11 Thread Armin Haas
On Sun, Aug 11, 2013 at 11:16:52AM +0200, martin f krafft wrote: > Hey folks, > > if you are having problems importing the ICS file from Penta into > your local calendar, try > > s,TZID=CET,TZID=Europe/Zurich,g > > on the downloaded file. I found that CET isn't properly interpreted > by the Mo

[Debconf-discuss] Problem with ICS calendar data from Penta

2013-08-11 Thread martin f krafft
Hey folks, if you are having problems importing the ICS file from Penta into your local calendar, try s,TZID=CET,TZID=Europe/Zurich,g on the downloaded file. I found that CET isn't properly interpreted by the Mozilla tools. If this works for people, maybe the "patch" can be "pushed upstream"…