Hi, I want to make a meeting have a weekly recurrence happen every Monday and Wednesday when the user clicks a button. Unfortunately, it only does the recurrence for only one day. This is my code.
Set(_myScheduledMeeting, Office365Outlook.V2CalendarPostItem(_myCalendarName, "test",
{RequiredAttendees:Concat(MyPeople, UserPrincipalName & ";") & _selectedRoom.Address, Body: "", Location: $"{DataCardValue5_1.Text}", Recurrence: "Weekly", daysOfWeek: [ "Monday", "Thursday" ], Importance: "Normal", ShowAs:"Free", ResponseRequested: true, isAllDay:true}));

Report
All responses (
Answers (