Create Calendar from VCAL

Hi to all,I must realize an importing tools for import VCALENDAR file (.ics or .vcal that I have in a folder of my filesystem) for 200 user in any single user mailbox…

I don’t find in the internet any routine for reading and understanding this format…so that I will can create the document in NSF mailfile database automatically for every user…

Anyone can help me and send any routine ( for example in C, BASIC or other Language) …so that I can translate in LotusScript?

Tnx for All

Daniele

Subject: Create Calendar from VCAL

Notes 8 imports icalendar directly from the Import Menu option. It’s not a LotusScript routine though. iCalendar format is simply a text file - if you search the Internet for iCalendar, you can find a lot if information about it.

Subject: RE: Create Calendar from VCAL

Tnx you…I know that the from > R6 there are a Tools in the Client…

But I must realize a custom tool that in back-end process all file ICS and write in the mail-user file…

I have found this link in the sandbox that it’s good for me…

http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/43441e28297ace8d85256ca20052a878?OpenDocument&Highlight=0,ical

If anyone have a suggestion for my Agent LS…reply to this post.

Tnx to all