Closed Bug 134933 Opened 22 years ago Closed 17 years ago

Mail Calendar Event menu item should conform rfc2447 iMip

Categories

(Calendar :: E-mail based Scheduling (iTIP/iMIP), defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: danp, Assigned: cmtalbert)

References

Details

Attachments

(3 obsolete files)

This menu item needs some functionality added to it.  Right now the data still
has to be pulled from the calendar and be automatically placed in the body of a
message compose window.  Format should be selectable based on the recipients
favoured groupware app.  Since there is a description of how Outlook handles
sending out meeting requests perhaps I'll look into formatting it in that manner
first (see bug 59630).  This is for sending out appointments only.
accepting bug, this is my next task to work on.  making blocker of mail tracking
bug.
Status: NEW → ASSIGNED
This patch opens composer and fills in all fields except for who the event is
to be sent to.	This is a first run, feel free to comment on its functionality.
This patch just formats the date a little bit nicer, this was a request from
mikep@oeone.com
for rfc data see bug 122651 - calendar event requests should be sent in a
standards based format.
Saving danp from being alone and talking to himself. :)
Attached patch next step towards iMip calendar event sending (obsolete) — — Splinter Review
Currently missing:
- method= as part of the mime type header
- absolutely no s/mime even considered yet
- need a way to get around having to create a temp file in the user's profile
directory, ideally getting ical info would be as easy as using an URL so that I
could pass that URL to nsIMsgAttachment.url
Summary: Mail Calendar Event menu item does not do anything → Mail Calendar Event menu item should conform rfc2447 iMip
Attachment #77452 - Attachment is obsolete: true
Attachment #77472 - Attachment is obsolete: true
Attachment #78956 - Attachment is obsolete: true
this would be all platforms and OSs
OS: Linux → All
Hardware: PC → All
> Currently missing:
> - method= as part of the mime type header

Methods added in CVS for Mozilla 1.2.
We can now do:
  nsIMsgAttachment.contentType = "text/calendar";
  nsIMsgAttachment.contentTypeParam = "method=request";
  nsIMsgAttachment.charset = "UTF-8";
QA Contact: colint → sunbird
Reassigning to Clint since he's dealing with all things iMIP/iTIP these days.
Assignee: danp → cmtalbert
Status: ASSIGNED → NEW
Sending iMIP events from the event dialog is possible by now. Nominating for WFM.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Component: Sunbird Only → E-mail based Scheduling (iTIP/iMIP)
QA Contact: sunbird → email-scheduling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: