Updated office365 button to UTC
parent
f4553aade1
commit
ad8cc4e985
|
@ -183,9 +183,9 @@ export default function Success(props) {
|
||||||
"https://outlook.office.com/calendar/0/deeplink/compose?body=" +
|
"https://outlook.office.com/calendar/0/deeplink/compose?body=" +
|
||||||
props.eventType.description +
|
props.eventType.description +
|
||||||
"&enddt=" +
|
"&enddt=" +
|
||||||
date.add(props.eventType.length, "minute").format() +
|
date.add(props.eventType.length, "minute").utc().format() +
|
||||||
"&path=%2Fcalendar%2Faction%2Fcompose&rru=addevent&startdt=" +
|
"&path=%2Fcalendar%2Faction%2Fcompose&rru=addevent&startdt=" +
|
||||||
date.format() +
|
date.utc().format() +
|
||||||
"&subject=" +
|
"&subject=" +
|
||||||
eventName
|
eventName
|
||||||
) + (location ? "&location=" + location : "")
|
) + (location ? "&location=" + location : "")
|
||||||
|
|
Loading…
Reference in New Issue