How to detemine cancelled meetings

Hi All,

Is there any programmatic way to determine if the calendar entry is cancelled using c++ API toolkit?

Thanks in advance.

Subject: how to detemine cancelled meetings

Hey Kiran,

Are you setting a reminder for a meeting in user notes calendar… then there is a way to check it using lotusscript you can create an agent for that case…

Uttara

Subject: RE: how to detemine cancelled meetings

Hi Uttara,

Thanks for your reply.

I am not using the script. I have C++ application which uses C++ API toolkit for reading notes meetings.

So while reading I want to skip those meeting which are cancelled but still exists in database using C/C++ API toolkit.

Any idea?

Thanks

Kiran