-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outlook 2007 ics issue #18
Comments
Thanks, will look into it - it's almost definitely to do with timezones (which are all currently hard coded as UTC) and how all day events are flagged. Annoying I've not got outlook 2007 to test with, but I'll read up on the spec again and see what I can find: seem to be similar issues here: http://sourceforge.net/p/dday-ical/discussion/656447/thread/0c07ae2a/ |
I can help testing if needed ... |
I managed to create my own Ical system based on php and MySQL. While setting up my system I end up receiving the same error as above but managed to fix it. The resulting ics file looks like this: BEGIN:VCALENDAR Declaring the time zone using VTIMEZONE fixed the problem. Cheers, |
Many thanks - I@ll use that as a template on this one (need to implement site wide timezones first!) |
Subscribing to the calendar system works without a glitch using outlook 2007 and the meetings are displayed correctly but when I do a send/receive I get a bunch of errors:
Task 'Internet Calendar Subscription' reported error (0x00040015): 'The VEVENT, "Meeting Name", defined near line 7, contains a property that references an undeclared time zone with a TZID of "Eastern Time". The property is being treated as a floating time zone. Double-click to open this item.'
Task 'Internet Calendar Subscription' reported error (0x00040023): 'The VEVENT, "Meeting Name", defined near line 7, contains a floating DTSTART. Outlook supports floating time got all-day events only. Double-click to open this item.'
Task 'Internet Calendar Subscription' reported error (0x00040020): 'The VEVENT, "Meeting Name", defined near line 7, contains a floating DTEND. Outlook supports floating time got all-day events only. Double-click to open this item.'
The most annoying thing about this outlook error is that it shows up in the down-right corner as a send/receive error making you think that there is something wrong with the email system.
Cheers,
Cristian.
The text was updated successfully, but these errors were encountered: