Open
Bug 278703
Opened 20 years ago
Updated 9 years ago
iCalendar does not work with Microsoft Outlook
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
NEW
People
(Reporter: pjdemarco, Unassigned)
References
()
Details
Attachments
(2 files, 1 obsolete file)
|
790 bytes,
application/octet-stream
|
Details | |
|
3.09 KB,
patch
|
wicked
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) Build Identifier: Version 2.19.1+ When I try to use the new iCalendar hyperlink on a search result screen, I get an error message from Outlook "Cannot import vCalendar file" Reproducible: Always Steps to Reproduce: 1. do a search 2. click iCalendar 3. See error message Actual Results: Get an error message from Outlook Expected Results: No error message and a working calendar please.
as far as i know office 2000 doesn't support ics files "out of the box" maybe http://www.scheduleworld.com/outlookInteroperability.html is of some use?
Yes Outlook supports ics out of the box. This attached ICS file is a meeting request that works fine.
Comment 3•20 years ago
|
||
The ICS support in outlook 2003 is a little different than what is exported with the export icalendar. A simple format change in the template 'list.ics.tmpl' allowed me to accept bugs from bugzilla into outlook 2003. Some of these changes include removing CALSCALE:GREGORIAN changing VTODO to VEVENT adding the comment summary as a 'DESCRIPTION:' tag. It would also be nice if the exporter would use a METHOD:REQUEST or POST or other supported method by OUTLOOK. Please see the attached ICS file and compare it to the output of a bugzilla ICS file and you will immediately see the differences.
Comment 4•20 years ago
|
||
The error message under Outlook 2003 is the following: Cannot import vCalendar file With the extended help telling me: This error can appear if you have attempted to save a recurring Lunar appointment in iCalendar format. To avoid this error, set the appointment option to Gregorian instead of Lunar. More information about this error message online. (Which links to a microsoft.com page saying that there's no information about this error online).
Comment 5•20 years ago
|
||
Before asking for approval, please ask for review of your patch first :) Please cancel the request for approval from the bug and request review on your patch.
Doesn't work with Outlook 2003 either.
Summary: iCalendar does not work with Microsoft Outlook 2000 SP-3 (9.0.0.7812) → iCalendar does not work with Microsoft Outlook
Comment 7•19 years ago
|
||
*** This bug has been confirmed by popular vote. ***
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Severity: major → minor
Comment 8•18 years ago
|
||
Attachment #251357 -
Flags: review?(wicked+bz)
Comment 9•18 years ago
|
||
Attachment #251357 -
Attachment is obsolete: true
Attachment #251358 -
Flags: review?(wicked+bz)
Attachment #251357 -
Flags: review?(wicked+bz)
Comment 10•18 years ago
|
||
Comment on attachment 251358 [details] [diff] [review] patch for tip, TOOK #3, vcs link added to buglist We can't call this "new" format vCalendar (vCal v1.0) because we still create iCalendar format (vCal v2.0). If there's something wrong with our iCal output according to RFC2445 standard then we need to fix that. Simply omitting default value setting (CALSCALE) or switching to EVENT instead of TODO doesn't seem right. Besides this patch doesn't fix the problem. Outlook 2000 still can't import the file.
Attachment #251358 -
Flags: review?(wicked+bz) → review-
Comment 11•18 years ago
|
||
(In reply to comment #10) > Besides this patch doesn't fix the problem. Outlook 2000 still can't import the > file. no idea. i never use such a client :-p i never use the feature :-p :-p
You need to log in
before you can comment on or make changes to this bug.
Description
•