How to avoid creating duplicate calendar item

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm working on this tool that among other things creates an item on the users
outlook calendar. I would like to prevent creating duplicate items, that is
the tool should check to see if the calendar item exists before creating it.
Anyone have any thoughts on what the most effective way to do that is?
BTW I would consider the item duplicate if the subject and start time are
the same.
 
So do a find or restrict on the subject and start time to see if there are
any items in that folder that match your new item.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top