I have written some code(asp,vbscript) that contacts an exchange server
and collects
a users calendar for a given week.

This works super.

The problem I am having is that recurring appointments created in
Outlook 2000 aren't showing up, until they have been viewed in Outlook
web access.

Recurring appointments created in Outlook web access show up straight
away.

The sql I am using is

strQ = "SELECT ""DAV:href"", " & _
" ""urn:schemas:calendar:busystatus"", " & _
" ""urn:schemas:calendar:instancetype"", " & _
" ""urn:schemas:calendar:dtstart"", " & _
" ""urn:schemas:calendar:location"", " & _
" ""urn:schemas:calendar:dtend"", " & _
" ""urn:schemas:httpmail:subject"", " & _
" ""urn:schemas:calendar:alldayevent"" " & _
" FROM scope('shallow traversal of """ & strURL & """') " &_
"WHERE (""urn:schemas:calendar:dtstart"" >= CAST(""" &
formattedDateStart & """ as 'dateTime')) " &_
" AND (""urn:schemas:calendar:dtstart"" <= CAST(""" & formattedDateEnd &
""" as 'dateTime')) " &_
" ORDER BY
""urn:schemas:calendar:dtstart"",""urn:schemas:calendar:alldayevent""
desc " 

Anyone have any idea why recurring appointments would not be returned
until they had been viewed in OWA?      

Cheers

John Best

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to