Office365Outlook.V4CalendarPostItem(
LookUp(Office365Outlook.CalendarGetTables().value, DisplayName = "Calendar").Name,
// Event Title
"Placeholder: Session 1",
// Session Start
Text(
DateAdd(
DateTimeValue(Session.Selected.Value, "en-GB"),
-TimeZoneOffset(),
TimeUnit.Minutes
),
"yyyy-mm-ddThh:mm:ssZ"
),
// Session End
Text(
DateAdd(
DateTimeValue(Session.Selected.Value, "en-GB"),
20 - TimeZoneOffset(),
TimeUnit.Minutes
),
"yyyy-mm-ddThh:mm:ssZ"
),
"(UTC+00:00) Dublin, Edinburgh, Lisbon, London"
)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.