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

Please HELP! sending outlook meeting notice using CF9

New Here ,
Nov 16, 2016 Nov 16, 2016

I am relatively new to CF and desperately looking for help to send a meeting notice to users using CF (version 9) and Outlook 2013.

Do you have a working example code that you can share?

I read so many different examples but feel lost at basic initial step of making the connection using cfexchangeconnection

I work in a large company so all the servers mgmt are handled by IT group. Same with CF servers.

TOPICS
Getting started
1.3K
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
New Here ,
Nov 16, 2016 Nov 16, 2016
LATEST

If you can send an email via ColdFusion you should be able to use an .ics/iCal file as an attachment to do this.

Refer to these links

http://stackoverflow.com/questions/26447161/adding-add-to-calendar-on-web-page-using-coldfusion

http://stackoverflow.com/questions/13209751/how-to-format-stripe-timestamp-in-coldfusion

http://blog.pengoworks.com/index.cfm/2007/10/26/Using-CFMAIL-to-send-attachments-stored-in-memory

https://www.bennadel.com/blog/1220-coldfusion-cfmailparam-s-new-content-attribute-is-awesome.htm

Note: Trying to use cfexchangeconnection may not accomplish what you're looking for it's typically used to access a users email account.

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