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

How to output exchange server info?

Explorer ,
Oct 22, 2008 Oct 22, 2008
I have a page where I am connecting to a microsoft exchange server to retrieve my calendar information. How do you output this information so I can make my own tables with the information? If I do a cfdump var="#mycalendar#"> I get all of the information but in the cfdump created tables. How do I get each column variable so I can build it into my website?
TOPICS
Advanced techniques
417
Translate
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
Engaged ,
Oct 22, 2008 Oct 22, 2008
Doesn't the CFDUMP show you the field names to the left of the field contents? Just refer to those field names as CF variables.
Translate
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
The data returned from the CFEXCHANGE tags are query objects. You can use CFOUTPUT or CFLOOP to loop over the records in the query just like a database-originated query.
Translate
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 23, 2008 Oct 23, 2008
LATEST
Thanks. I ended up looping a query and everything is running now!
Translate
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