.ics file is opening as Appointment though it has Organizer and Attendee

HI,

Please see the following .ics file

BEGIN:VCALENDAR

X-LOTUS-CHARSET:UTF-8

VERSION:2.0

PRODID:-//Lotus Development Corporation//NONSGML Notes 8.5.1//EN_C

METHOD:PUBLISH

BEGIN:VEVENT

DTSTART:20101229T160000Z

DTEND:20101229T170000Z

TRANSP:OPAQUE

DTSTAMP:20101229T131925Z

SEQUENCE:0

ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE

:mailto:myemail@gmail.com

CLASS:PUBLIC

DESCRIPTION:Some Description

SUMMARY:Testing

LOCATION:Place

ORGANIZER;CN=“Name”

:mailto:receiversemail@gmail.com

UID:12719423047810.35029579498474506

X-LOTUS-NOTESVERSION:2

X-LOTUS-NOTICETYPE:I

X-LOTUS-APPTTYPE:0

X-LOTUS-CHILD_UID:AB85103231EC23BF30E9CFE3E41AFE27

END:VEVENT

END:VCALENDAR

I am able to import this .ics file in to Lotus Notes. But when I open it, it is opening as appointment instead of meeting. What changes do I need to do for opening it as Meeting. I am using Lotus Notes Client 8.5.2.

Thanks,

Subject: This is working as expected

This is working as expected. Per the following doc (Reference #:1288239), Imported calendar entries display in the user’s Notes calendar as appointments, all-day events, anniversaries, or reminders.

http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21288239

Subject: If this were METHOD:REQUEST…

As Bill stated, this is working as expected.

However, if the iCalendar was changed to METHOD:REQUEST, then Notes would interpret it as an invite, and when you opened it it would be converted to an invite, added to your inbox, and opened so that you could accept and put on the calendar.

Thanks

Nate

Subject: Bill and Nate, Thanks for the response.

What I need is when I double click on the ics file then Lotus Notes should open it as Meeting draft by preloading Subject, location, time and attendee’s information from the ics file. User just hits the send button so that all the reciepients should get the meeting request.

Is it possible to do so?

Thanks

Subject: This is not possible at this time

The best you could probably do is to create a button that has Lotuscript that creates the draft meeting and opens it, but that requires you to construct the note item by item…

If you wanted to explain your use case in more detail, we could consider it while planning future functionality in Notes Next.

Thanks!

Nate

Subject: Thanks Nate