I am trying to prefill a create event link to Microsoft OWA. This works:
https://outlook.live.com/owa/
?path=/calendar/action/compose
&subject=TestEvent
&location=testlocation
&startdt=2018-02-29T19:00:00
&enddt=2018-02-29T20:00:00
&body=Testtext+my+test+text
But I did not find a way to set a timezone, since for some reason that is not documented.
Is there a way to set the timezone of startdt
and enddt
?
I already tried appending a Z to the date, as this works in Yahoo and Google Calendar links (it tells the application that the timezone is UTC).