>>I was wondering if anyone could point me in the direction of querying a specific users exchange calender - I would assume LDAP is the way to go, but if there is a better way I would love to know!
>>I can get User info out of AD, so if the exchange stuff is buried in there then it should be easy to dig out? One might think it's easy, but... Exchange calendar information is not accessible by LDAP. Active Directory, and some Exchange configuration settings, are accessible by LDAP. You have to use a mix of the two technologies, however, you can't do it in plain ol' ColdFusion without third-party addons. I built a solution using classic ASP. The ASP page resides on the mail server and connects to a mailbox. The mailbox's calendar is queried and the results are stored in a shared SQL Server database for use on different web sites. I was able to do it in CF5, but that was many moons ago. It all broke when our Exchange was upgraded from 5.5 to 2000 and CF was upgraded from 5 to MX. I can share the mailbox/calendar ASP code if you are interested. M!ke ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193660 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

