Question
Problem with cfexchangecalendar tag
Hi,
In my app I need to schedule an appointent in say user1 calendar based on what time the other users have selected. I have the delegate editor permissions for the user1 calendar. I tried using
<cfexchangeconnection
action="open"
username ="myaccount"
password="mypass"
server="ipaddress"
connection="conn1"
mailboxName="user1"
protocol="https" >
But I get Unable to connect to the Exchange server using HTTP/HTTPS protocol error but if i take out the user1 name then it works fine and I can schedule an appointment in my calendar. How can I make it work. is there some other way this can be done.
How do I access other person calendar?
Thanks
In my app I need to schedule an appointent in say user1 calendar based on what time the other users have selected. I have the delegate editor permissions for the user1 calendar. I tried using
<cfexchangeconnection
action="open"
username ="myaccount"
password="mypass"
server="ipaddress"
connection="conn1"
mailboxName="user1"
protocol="https" >
But I get Unable to connect to the Exchange server using HTTP/HTTPS protocol error but if i take out the user1 name then it works fine and I can schedule an appointment in my calendar. How can I make it work. is there some other way this can be done.
How do I access other person calendar?
Thanks
