How can I set APPTUNID field for a meeting schedule on .ics file?

Hello,

APPTUNID is important field of Lotus meeting schedule. Show do you know, how to set it on .ics file ?

I tried it on sample.ics bellow, but it doesn’t effect when import to Lotus Notes

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:20110630T030900Z

DTEND:20110630T040900Z

TRANSP:OPAQUE

DTSTAMP:20110629T210912Z

CLASS:PUBLIC

DESCRIPTION:

SUMMARY:test 11111111

APPTUNID:33A331625723123B43A4F27F67B26E09

LOCATION:Online - via BigBlueButton

UID:BC7DE258B15B41AC8E6491600AC4EEE1

X-LOTUS-NOTESVERSION:2

X-LOTUS-NOTICETYPE:A

X-LOTUS-APPTTYPE:3

X-LOTUS-CHILD_UID:CA60CC84ECD7AF592657007DC1A0762A

X-LOTUS-UID:BC7DE258B15B41AC8E6491600AC4EEE1

END:VEVENT

END:VCALENDAR

Regards,

Subject: APPTUNID generation

The iCalendar UID gets mapped to APPTUNID - this happens consistently for a user. If you need the APPTUNID to be some specific value, you will need to append “-Lotus_Notes_Generated” to the UID, and we will treat the prior portion as an APPTUNID (assuming its the correct length and formatted like an APPTUNID)

For example:

UID:CC3F029141401CA5852576E200624959-Lotus_Notes_Generated

Thanks

Nate

Subject: …APPTUNID generation

woa, have just test it, it worked fine now!You are the hero :-). Thank you very very much!