Hello,
I have tried many older solutions, but unfortunately none of them work for me.
Office365Outlook.CalendarPostItem(Dropdown2.Selected.Name;Text(DatePicker2.SelectedDate;DateTimeFormat.UTC);Text(DatePicker2.SelectedDate;DateTimeFormat.UTC);"Test Event";{IsAllDay:true})
I hope you can help me, thank you very much!
Solved! Go to Solution.
Hi @benediktwnr ,
Please try:
Office365Outlook.V4CalendarPostItem(
Dropdown2.Selected.Name,
"Subject",
DatePicker2.SelectedDate,
DateAdd(DatePicker2.SelectedDate,24,"Hours"),
"UTC",
{isAllDay:true}
)
Best Regards,
Bof
Hi @benediktwnr ,
Please try:
Office365Outlook.V4CalendarPostItem(
Dropdown2.Selected.Name,
"Subject",
DatePicker2.SelectedDate,
DateAdd(DatePicker2.SelectedDate,24,"Hours"),
"UTC",
{isAllDay:true}
)
Best Regards,
Bof
User | Count |
---|---|
252 | |
104 | |
94 | |
50 | |
39 |