I have more than 3000 duplicated entries in my calendar. They have the same description, start and end date and time, but they are not automatically removed by Notes because they have been created in two different moments. So, they are different records, but same events. I am looking for an agent that is able to remove duplicates when two calendar entries have exactly the same description, start and end date and time. However I do not know LotusScript and I have no time to make experiments. Any help appreciated. Please, consider that some entry is a repeteable event, so REPEAT must be supported.
Subject: Basic idea
Hi
without knowledge of scripting this is what you could try:
- open the view “Calendar Entries and Notices” from within your Mail file - this will show a list of >all< calendar entries you have
- do a full text search for the title/description of the calendar entry you want to remove (Menu : View/Search)
Hint: put the string into quotes… e.g. : “description” - If you managed to only display the ‘wrong’ entries in your search result, select all of them and delete them.