Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Mon, 16 Jan 2006 00:50:08 -0800,    group: microsoft.public.exchange2000.development        back       


wrong attendee status information from exchange server   
I am using Exchange Server 2003 on Windows 2003 platform. I am using a 
connector written in ASP to get information from the exchange server.  I am 
using the code pasted below to get the information from the calendar:

sql = "select ""DAV:href"" from"
  sql = sql & " scope('shallow traversal of """ & sHostCalendarUrl & """')"
  sql = sql & " where ""DAV:ishidden"" = False"
  sql = sql & " and (""urn:schemas:calendar:dtstart"" = CAST(""" & 
getUTCValue(oItem.StartTime) & """ as 'dateTime.tz'))"
  sql = sql & " and (""urn:schemas:calendar:dtend"" = CAST(""" & 
getUTCValue(oItem.EndTime) & """ as 'dateTime.tz'))"

I get the attendee status correct most of the time but sometimes even if the 
attendee has 'accepted' it shows me 'noresponse' status.
date: Mon, 16 Jan 2006 00:50:08 -0800   author:   lkt

Re: wrong attendee status information from exchange server   
For the attendee status of an appointment to be updated you must have first 
processed the responses from the attendees either via Outlook, OWA or CDOEX. 
see 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_cdo_processing_meeting_request_responses.asp

Cheers
Glen

"lkt"  wrote in message 
news:BD317189-6B24-45BE-9D10-CEF8A88D2336@microsoft.com...
>I am using Exchange Server 2003 on Windows 2003 platform. I am using a
> connector written in ASP to get information from the exchange server.  I 
> am
> using the code pasted below to get the information from the calendar:
>
> sql = "select ""DAV:href"" from"
>  sql = sql & " scope('shallow traversal of """ & sHostCalendarUrl & """')"
>  sql = sql & " where ""DAV:ishidden"" = False"
>  sql = sql & " and (""urn:schemas:calendar:dtstart"" = CAST(""" &
> getUTCValue(oItem.StartTime) & """ as 'dateTime.tz'))"
>  sql = sql & " and (""urn:schemas:calendar:dtend"" = CAST(""" &
> getUTCValue(oItem.EndTime) & """ as 'dateTime.tz'))"
>
> I get the attendee status correct most of the time but sometimes even if 
> the
> attendee has 'accepted' it shows me 'noresponse' status.
date: Tue, 17 Jan 2006 13:38:31 +1100   author:   Glen Scales [MVP]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us