Updated office365 button to UTC

pull/389/head
Alex van Andel 2021-07-27 23:17:07 +00:00
parent f4553aade1
commit ad8cc4e985
1 changed files with 2 additions and 2 deletions

View File

@ -183,9 +183,9 @@ export default function Success(props) {
"https://outlook.office.com/calendar/0/deeplink/compose?body=" +
props.eventType.description +
"&enddt=" +
date.add(props.eventType.length, "minute").format() +
date.add(props.eventType.length, "minute").utc().format() +
"&path=%2Fcalendar%2Faction%2Fcompose&rru=addevent&startdt=" +
date.format() +
date.utc().format() +
"&subject=" +
eventName
) + (location ? "&location=" + location : "")