subscribed calendar events are all set as "all day events"
subscribed calendar events are all set as "all day events"
VueMinder Pro 11.0.0 (Trial Version)
We are subscribing to *.ics files on a network share. Events in the calendars have a start and end time defined like this example:
DTSTART;VALUE=DATE;TZID=America/Vancouver:20140130T070000
DTEND;VALUE=DATE;TZID=America/Vancouver:20140130T120000
However, each event is being interpreted by VueMinder as an "all day" event.
Double-clicking on any event to bring up the event details shows the "All day event" box checked, but greyed out. The Start date and End date are correct, but no times are shown.
I believe this problem started after we upgraded to ver 11 from 10.1.9.
Regards,
Dave
We are subscribing to *.ics files on a network share. Events in the calendars have a start and end time defined like this example:
DTSTART;VALUE=DATE;TZID=America/Vancouver:20140130T070000
DTEND;VALUE=DATE;TZID=America/Vancouver:20140130T120000
However, each event is being interpreted by VueMinder as an "all day" event.
Double-clicking on any event to bring up the event details shows the "All day event" box checked, but greyed out. The Start date and End date are correct, but no times are shown.
I believe this problem started after we upgraded to ver 11 from 10.1.9.
Regards,
Dave
Re: subscribed calendar events are all set as "all day event
further information:
you can see from this post, http://www.vueminder.com/forums/phpBB3/ ... f=5&t=1269 , the month view in version 10.1.9 had start times associated with each event.
So the problem I am describing is definitely something to do with the upgrade to v. 11.
Thanks,
Dave
you can see from this post, http://www.vueminder.com/forums/phpBB3/ ... f=5&t=1269 , the month view in version 10.1.9 had start times associated with each event.
So the problem I am describing is definitely something to do with the upgrade to v. 11.
Thanks,
Dave
- VueSoft
- Dan Chartrand
- Posts: 3901
- Joined: Sat Aug 23, 2008 12:39 am
- Location: St. Louis, Missouri, USA
- Contact:
Re: subscribed calendar events are all set as "all day event
Hi Dave, would it be possible for you to send me the ICS file so I can try duplicating the problem? I'm not seeing it happen with the ICS files I'm using. The file can be emailed to support@vueminder.com.
Dan Chartrand, Founder
VueSoft LLC | St. Louis, Missouri, USA
VueSoft LLC | St. Louis, Missouri, USA
Re: subscribed calendar events are all set as "all day event
Good morning Dan,
I have just send a sample ICS file as requested.
Thanks for looking into this.
Dave
I have just send a sample ICS file as requested.
Thanks for looking into this.
Dave
- VueSoft
- Dan Chartrand
- Posts: 3901
- Joined: Sat Aug 23, 2008 12:39 am
- Location: St. Louis, Missouri, USA
- Contact:
Re: subscribed calendar events are all set as "all day event
Thank you for the file. It appears the software that is generating the ICS file has a bug and is not following the iCalendar file specification for events that have a date and time. Here’s an example of what it’s doing wrong:
The “VALUE=DATE” tag means the value should be treated as a date, not a date with time. VueMinder is ignoring the time information (example: T070000) because of this problem in the ICS file. This is what it should look like, if the ICS file were following the standard:
Based on what I see in the ICS file header, it appears you’re using Lightning Calendar v1.1. I believe the latest version is v2.6.4. I’m not sure, but they might have fixed this bug since v1.1.
It was just a happy accident the previous version of VueMinder was able to handle this problem in the ICS file. When I updated VueMinder to correct problems with how ICS files are processed, one of the changes caused the date/time values to be more accurately processed according to the ICS file standard.
In any case, I’ve modified the next version of VueMinder to be able to handle this case. An updated beta should be completed this weekend, if you’d like an early look at the correction.
Code: Select all
DTSTART;VALUE=DATE;TZID=America/Vancouver:20140131T070000
DTEND;VALUE=DATE;TZID=America/Vancouver:20140131T120000
Code: Select all
DTSTART;VALUE=DATE-TIME;TZID=America/Vancouver:20140131T070000
DTEND;VALUE=DATE-TIME;TZID=America/Vancouver:20140131T120000
It was just a happy accident the previous version of VueMinder was able to handle this problem in the ICS file. When I updated VueMinder to correct problems with how ICS files are processed, one of the changes caused the date/time values to be more accurately processed according to the ICS file standard.
In any case, I’ve modified the next version of VueMinder to be able to handle this case. An updated beta should be completed this weekend, if you’d like an early look at the correction.
Dan Chartrand, Founder
VueSoft LLC | St. Louis, Missouri, USA
VueSoft LLC | St. Louis, Missouri, USA
- VueSoft
- Dan Chartrand
- Posts: 3901
- Joined: Sat Aug 23, 2008 12:39 am
- Location: St. Louis, Missouri, USA
- Contact:
Re: subscribed calendar events are all set as "all day event
This has been corrected in 11.0.1 Beta 3. You can download it here:
http://www.vueminder.com/forums/phpBB3/ ... f=5&t=1286
http://www.vueminder.com/forums/phpBB3/ ... f=5&t=1286
Dan Chartrand, Founder
VueSoft LLC | St. Louis, Missouri, USA
VueSoft LLC | St. Louis, Missouri, USA
Re: subscribed calendar events are all set as "all day event
Good morning Dan.
I upgraded to Pro 11.0.1 this morning and can confirm that the events are reporting the times correctly again. Thank you.
Thanks also for your detailed and very helpful answer regarding the improper .ics format. I will look into this as well.
Cheers,
Dave
I upgraded to Pro 11.0.1 this morning and can confirm that the events are reporting the times correctly again. Thank you.
Thanks also for your detailed and very helpful answer regarding the improper .ics format. I will look into this as well.
Cheers,
Dave