Problem with Recurring Calendar using java API

Hi All,I am trying to retrieve the calendar events from my Domino Server I m using the search formula on the database. like db.search("Form =“Appointment” and (StartDate>= date1 & StartDate <= date2)…It returns me the collection of documents. But If any of these task is a recurring task then i m getting that task twice…In simple word, I have a anniversay event which should come every year on 17th dec…but when i search the database for the events…It is giving me two events for the same event…

Logically this is right coz in both cases, StartDate falls in the range of date given and thats why it is showing the two events…

Is there any fields in the domino database where i can retrieve the recurring task at the time of event only…???

thanx for any kind of help…

Regards

Amit Saini