cancel
Showing results for 
Search instead for 
Did you mean: 

sending meeting request using javaMail

Former Member
0 Kudos

Hi,

How can we send meeting request using javaMail?

I am crating following file (iCalander file) and i am sending this file as attachment to a normal Mail.

It won't go directly as a meeting request but user needs to open the attched file to see the meeting request.

File contents are

Mail.ics

-


BEGIN:VCALENDAR

PRODID:-//Microsoft Corporation//Outlook 10.0 MIMEDIR//EN

VERSION:2.0

METHOD:REQUEST

BEGIN:VEVENT

ORGANIZER:MAILTO:<<EMAILID>>

ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:<<EMAILID>>

ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:<<EMAILID>>

DTSTART:20040608T1000

DTEND:20040608T1200

LOCATION:AG.R01

TRANSP:OPAQUE

SEQUENCE:1

UID:040000008200E00074C5B7101A82E00800000000F0A3B0BA2F47C4010000000000000000100

000002E9C6BBC82036446A376B403BC126A95

DTSTAMP:20040415T045640Z

DESCRIPTION:Text

SUMMARY: Text

PRIORITY:5

CLASS:PUBLIC

END:VEVENT

END:VCALENDAR

Now in the above , i am not taking care of creating the UID. Sometimes this is causing the problem when i try to open the .ics file from the mail.

How to do this ?

Regards

AnilKumar

Message was edited by: Anilkumar Vippagunta

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Anil,

Taking care of the UID is very simple.you can make it unique for any request by having some serial number and iterating it each time.you can also append some text to the UID to make it unique, for ex: 123@xyz.com ...

Former Member
0 Kudos

Hi All,

I'm also looking for a similar kind of solution. Anybody can solve it? Please help.

Tx

Dinesh.