Change Request Calendar Invite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2014 03:16 PM
I am trying to configure the Change Request process to send the calendar invite (change.calendar.integration template) only once the Change Request has been approved (changed to appropriate state), as opposed to the invite being sent as soon as the change is submitted (Request Approval). I attempted to add a condition on the template/notification to send when the state 'is' or 'changes to' 'Scheduled' (a custom state we created), but it does not end up sending out the notification at all. If I remove the condition, it starts working again. I wonder if I am missing something simple here. Here is a screenshot of the conditions on the notification (Notify Change Calendar):
All of the conditions above the one I added were default out of the box as far as I can recall. I also tried using 'is' as the qualifier as well as what is shown above ('changes to').
Any assistance here would be greatly appreciated. I am sure I am missing something simple.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2014 01:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2016 03:11 PM
We also added "state is scheduled" as condition for our change notifications. What I am unable to find out is how to change the Outlook Show As from tentative to free. This is noise on the Outlook calendar we want to remove. Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2016 05:10 PM
Try going to the email template and adding the X-MICROSOFT-CDO-BUSYSTATUS property.
It has four possible values: FREE, TENTATIVE, BUSY, and OOF
https://msdn.microsoft.com/en-us/library/ee219533(v=exchg.80).aspx
Further reading on the vCalendar (iCalendar) format:
https://en.wikipedia.org/wiki/ICalendar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2016 06:30 AM
Thanks so much! This is very helpful and will incorporate in a future sprint.