Create a Calendar Entry

Hello,

I have written an agent which sends a reminder email for specific users based upon certain business rule in an application. This agent is working.

Now, I have to include following task using lotusscript in that agent or write a seperate agent.

Create a Calendar entry for specific users as a Reminder. So whenever appropriate users open their calendar, they whould see a calendar entry in it.

Any suggestions?

Thanks in Advance.

MS

Subject: Create a Calendar Entry

Hi,

there were several articles posted here od LDD which describe this in detail. Have a look here:

http://www-10.lotus.com/ldd/today.nsf/62f62847467a8f78052568a80055b380/643ef8419b72f66f85256485005505bc?OpenDocument&Highlight=0,Calendar

The short explanation is simply to create a new document with the form-name “CalendarEntry” and then fill some of the fields form this table:

http://www-10.lotus.com/ldd/today.nsf/625c2f03e734191a85256468005e76f6/ef17968b584fcc088525648500577dfa?OpenDocument

Look here as well:

http://www-10.lotus.com/ldd/today.nsf/62f62847467a8f78052568a80055b380/8894043cf3b42db8852566c50058d8d9?OpenDocument&Highlight=0,Calendar#Creating%20calen

Good luck.

Hynek