We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Link MA to outlook calendar
Hi,
Just like we have the 'Add an MA' add on I was wanting to know if there is an add-on that will allow MA's to be linked to an outlook calendar? OR send a meeting invite from the portal?
Thanks,
Sandeep
Comments
https://community.cireson.com/discussion/1758/calendar-invitation-sent-to-assignee-and-affected-ci-users-when-a-cr-rr-is-approved
Hi,
i have implemented a small solution (sending a task) by using Exchange EWS Services and JavaScript XMLHttpRequest to send an appropriate SOAP message in a development environment.
You have to modify the web.config file on the Exchange Server (frontend Directory). This is needed due to CORS Preflight (you need some URL rewrite rules and authentication settings).
This will work with Windows integrated authentication - I have not tested this with forms authentication
regards