Hi,
I'm trying to display calendar events from Office 365 in PowerApps, but only I get is errors. How CalendarGetItems(Table ....) should work?
Solved! Go to Solution.
What errors are you getting?
I wrote this up some time back so that our docs can be updated (which is still not done unfortunately). Hope this helps though.
Here is how you do this:
Office365.CalendarPostItem( calendarDropDown2.Selected.Name, Text(startDatePicker.SelectedDate, DateTimeFormat.UTC), subjectTextInput.Text, { Body: { Content: messageTextInput.Text, ContentType: "HTML" }} )
What errors are you getting?
I wrote this up some time back so that our docs can be updated (which is still not done unfortunately). Hope this helps though.
Here is how you do this:
Office365.CalendarPostItem( calendarDropDown2.Selected.Name, Text(startDatePicker.SelectedDate, DateTimeFormat.UTC), subjectTextInput.Text, { Body: { Content: messageTextInput.Text, ContentType: "HTML" }} )
This is already fixed. I will show you the details (if I can post this successfully).
Thanks a lot, now it works. I had missed the .value from the end and because of that I didn't get any values but only errors.
Hi Did you get the wayout have calendar view for the meeting room?, if yes please let me know
guys do we know why when using this method Office365.CalendarGetTables().value i don't get all the calendars available in my outlook i have connected my outlook to a couple of SPO Calendars but when i try to retrive this in power app it shows only my old calendars in the drop dow
Thanks for this quick tutorial it helped me understand how it works.
Can I ask you how we can delete event there
i get this too & dont know how to fix 😞