I have delegated read access to other peoples calendars in our 
Outlook/Exchange system, and can view those other calendars in the Outlook 
client.

I can read my own calendar fine using cfexchangecalendar.

How do I read another users calendar ?

I would have thought:
<cfexchangeconnection action="open" connection="myExchangeConnection"
    server="ukexmbmanv01.uk.hllp.local"  
    username="myUserNamer"
    password="xxxxxx" 
        mailboxname="SomeoneElsesUserName">
    <cfexchangecalendar action="get" connection="myExchangeConnection" 
name="managerCalendar">
        <cfexchangefilter name="startTime" from="1/1/2007" to="31/12/2007"/>
    </cfexchangecalendar>
<cfexchangeconnection action="close"connection="myExchangeConnection">

but that gives a "Access to the Exchange server denied. Ensure that the user 
name and password are correct." error.

Has anyone else got this working ?

-- 
Tom Chiverton
Helping to confidentially market out-of-the-box convergence
on: http://thefalken.livejournal.com

****************************************************

This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office.  Any reference to a partner in 
relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The 
Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292727
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to