• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Problem with cfexchangecalendar tag

Explorer ,
Oct 15, 2008 Oct 15, 2008

Copy link to clipboard

Copied

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
TOPICS
Advanced techniques

Views

291

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 22, 2008 Oct 22, 2008

Copy link to clipboard

Copied

LATEST
I don't think delegate access is enough.

You will need to setup a domain account that has Exchange Full Administration permissions. You do this in the Exchange System Administrator. Contact your Exchange administrator for this.

Then, use that same domain account in your cfexchangeconnection tag.

Beware, it could take a couple of hours before the permissions "take" after you set them. Don't expect it to work immediately.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation