Time Zone in Outlook Meeting Request


Badge +8

I have built a workflow that builds an outlook meeting request and sends via attachment, and all works well for the most part. Except when people from different time zones open the attachment. In that case it sets the calendar item for the local time. I'd like to find a way to force the EST into the request so that everyone shows up to the meeting at the same time. Anyone know the iCalendar syntax and how to do this?


2 replies

Userlevel 5
Badge +14

have you seen this blog_

Create an appointment element (.ics) with Nintex Workflow 2013 

iCalendar standard is described in this RFC

https://www.ietf.org/rfc/rfc2445.txt 

good resources can be found at this site as well

iCalendar.org - iCalendar Resources, Specifications and Tools 

Badge +8

I've found the solution to this, and it was pretty simple actually. You just add the time zone code to the date part of the invite like below. You need to add the TZID piece to the end date too.

DTSTART;TZID=Atlantic/Bermuda:fn-FormatDate({ItemProperty:EventDate}, "s")

217018_pastedImage_1.png

Reply