To find out what appointments a user has at a specific day, I have to read the appointments from this day and all the Reccurence of all preceding Appointments. I assume there must be a better way to get this information (Must be used by each scheduling component). Does anybody what functions provide this data? Thanks, rudolf
Hello, with which technology do you retrieve your data? WebDAV? CDO? With both technologies you can do a search on the calendar folder, which will autmagically expand all recurring items for that day. See http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_exch2k_searching_calendar_folders_webdav.asp. I don't know out of my head how to do this with CDO.... Greetings, Henning Krause MVP - Exchange http://www.infinitec.de "Rudolf" wrote in message news:199777AA-51FB-457D-A6D0-5192B5E6E847@microsoft.com... > To find out what appointments a user has at a specific day, I have to read > the appointments from this day and all the Reccurence of all preceding > Appointments. > > I assume there must be a better way to get this information (Must be used > by > each scheduling component). Does anybody what functions provide this data? > > Thanks, rudolf