My lightning client is showing the 24 hr meetings as last -1 minutes. For example there is a meeting Fedora 19 - Features 100% Complete that according to lightning runs from 5pm CDT to 4:59pm CDT on May 13th. On the web page the end time is listed as being on the 14th. I am not sure if the ical file or lightning is broken.
On Tue, 2013-05-07 at 23:59 -0500, Bruno Wolff III wrote:
My lightning client is showing the 24 hr meetings as last -1 minutes. For example there is a meeting Fedora 19 - Features 100% Complete that according to lightning runs from 5pm CDT to 4:59pm CDT on May 13th. On the web page the end time is listed as being on the 14th. I am not sure if the ical file or lightning is broken.
It is atm, by design. I have not got the infrastructure for meeting over multiple days in place yet and 00:00 belongs to the next day, so when the end time is 00:00 it gets changed to 23:59. That should change in the future.
Pierre
On Wed, May 08, 2013 at 08:18:35 +0200, Pierre-Yves Chibon pingou@pingoured.fr wrote:
On Tue, 2013-05-07 at 23:59 -0500, Bruno Wolff III wrote:
My lightning client is showing the 24 hr meetings as last -1 minutes. For example there is a meeting Fedora 19 - Features 100% Complete that according to lightning runs from 5pm CDT to 4:59pm CDT on May 13th. On the web page the end time is listed as being on the 14th. I am not sure if the ical file or lightning is broken.
It is atm, by design. I have not got the infrastructure for meeting over multiple days in place yet and 00:00 belongs to the next day, so when the end time is 00:00 it gets changed to 23:59. That should change in the future.
But there is still a bug somewhere as the web calendar has the start and end times on different days (except if you are on UTC), but in lightning they are on the same day. I'll look at the ICS file to see if it is wrong there or if it looks like a bug in lightning.
On Wed, 2013-05-08 at 08:08 -0500, Bruno Wolff III wrote:
On Wed, May 08, 2013 at 08:18:35 +0200, Pierre-Yves Chibon pingou@pingoured.fr wrote:
On Tue, 2013-05-07 at 23:59 -0500, Bruno Wolff III wrote:
My lightning client is showing the 24 hr meetings as last -1 minutes. For example there is a meeting Fedora 19 - Features 100% Complete that according to lightning runs from 5pm CDT to 4:59pm CDT on May 13th. On the web page the end time is listed as being on the 14th. I am not sure if the ical file or lightning is broken.
It is atm, by design. I have not got the infrastructure for meeting over multiple days in place yet and 00:00 belongs to the next day, so when the end time is 00:00 it gets changed to 23:59. That should change in the future.
But there is still a bug somewhere as the web calendar has the start and end times on different days (except if you are on UTC), but in lightning they are on the same day. I'll look at the ICS file to see if it is wrong there or if it looks like a bug in lightning.
Times are stored in UTC and the ICS gives them as UTC, your calendar is then adjusting the meeting to your timezone, so far nothing wrong. There is apparently a special flag [1] to use for full-day meeting. Could you check if you export a full day meeting with lightning how it is stored? If it uses this tag or another?
Thanks! Pierre
[1] http://en.wikipedia.org/wiki/ICalendar#Calendar_extensions
On Wed, May 08, 2013 at 08:08:54 -0500, Bruno Wolff III bruno@wolff.to wrote:
On Wed, May 08, 2013 at 08:18:35 +0200, Pierre-Yves Chibon pingou@pingoured.fr wrote:
It is atm, by design. I have not got the infrastructure for meeting over multiple days in place yet and 00:00 belongs to the next day, so when the end time is 00:00 it gets changed to 23:59. That should change in the future.
But there is still a bug somewhere as the web calendar has the start and end times on different days (except if you are on UTC), but in lightning they are on the same day. I'll look at the ICS file to see if it is wrong there or if it looks like a bug in lightning.
It looks like the problem is on the fedocal side. This is a sample meeting from the fedora release calendar: BEGIN:VEVENT UID:20130508T131441Z-11342@fedocal01.phx2.fedoraproject.org DTSTART:20130506T220000Z DTEND:20130506T215900Z DESCRIPTION:Software Translation Deadline for Fedora 19 ORGANIZER:pingou, SUMMARY:Fedora 19 - Software Translation Deadline END:VEVENT
The end time is before the start time.
On Wed, 2013-05-08 at 08:18 -0500, Bruno Wolff III wrote:
On Wed, May 08, 2013 at 08:08:54 -0500, Bruno Wolff III bruno@wolff.to wrote:
On Wed, May 08, 2013 at 08:18:35 +0200, Pierre-Yves Chibon pingou@pingoured.fr wrote:
It is atm, by design. I have not got the infrastructure for meeting over multiple days in place yet and 00:00 belongs to the next day, so when the end time is 00:00 it gets changed to 23:59. That should change in the future.
But there is still a bug somewhere as the web calendar has the start and end times on different days (except if you are on UTC), but in lightning they are on the same day. I'll look at the ICS file to see if it is wrong there or if it looks like a bug in lightning.
It looks like the problem is on the fedocal side. This is a sample meeting from the fedora release calendar: BEGIN:VEVENT UID:20130508T131441Z-11342@fedocal01.phx2.fedoraproject.org DTSTART:20130506T220000Z DTEND:20130506T215900Z DESCRIPTION:Software Translation Deadline for Fedora 19 ORGANIZER:pingou, SUMMARY:Fedora 19 - Software Translation Deadline END:VEVENT
The end time is before the start time.
Ok there is something wrong when the iCal feed gets generated and the timezone
and... fixed in the git, 0.2.0 will have the fix :)
Thanks for the feedback!
Pierre
On Wed, May 08, 2013 at 15:29:15 +0200, Pierre-Yves Chibon pingou@pingoured.fr wrote:
Ok there is something wrong when the iCal feed gets generated and the timezone
and... fixed in the git, 0.2.0 will have the fix :)
Thanks for the feedback!
Thanks for fixing this.
And don't take my feedback as negative. I already like fedocal a lot. I am just throwing out ideas for some ways that may make it even better.
On Wed, 2013-05-08 at 09:00 -0500, Bruno Wolff III wrote:
On Wed, May 08, 2013 at 15:29:15 +0200, Pierre-Yves Chibon pingou@pingoured.fr wrote:
Ok there is something wrong when the iCal feed gets generated and the timezone
and... fixed in the git, 0.2.0 will have the fix :)
Thanks for the feedback!
Thanks for fixing this.
And don't take my feedback as negative. I already like fedocal a lot. I am just throwing out ideas for some ways that may make it even better.
I'm glad if it can help :)
Thanks for your feedback, Pierre
fedocal@lists.fedorahosted.org