Is there a way to retrieve the list of participants and it's status (accepted/declined/etc) using webDav ? OutlookSpy does that be retrieving information from the recipientTable, and I'd like to do something very simmilar using webDav -- - Luciano Resende
Unfortunately there is no way to get at the recipient table via WebDAV PROPFIND. You could go after the iCalendar stream by doing a GET with a "Translate: F" on the item's URL, and do some heavy lifting by parsing through the contents to get participants and status. - Karim "Luciano Resende" <luck@newsgroups.nospam> wrote in message news:13E48FB5-CA75-4F14-A704-8DD2E07D8B25@microsoft.com... > Is there a way to retrieve the list of participants and it's status > (accepted/declined/etc) using webDav ? OutlookSpy does that be retrieving > information from the recipientTable, and I'd like to do something very > simmilar using webDav > > -- > - Luciano Resende