I have some issues wth my code where I'm getting 3 errors. I'm hoping someone could give some insight as to why this is not working.
MicrosoftTeams.CreateTeamsMeeting(
LookUp(Office365Outlook.CalendarGetTables().value;
DisplayName = "Calendar").Name;
User().FullName & "'s Bokning";
{
content: "Mitt möte";
contentType: "html"
};
"W. Europe Standard Time";
{dateTime: Text(StartDateTime; ShortTime)};
{dateTime: Text(EndDateTime; ShortTime)};
true;
"teamsForBusiness";
{
requiredAttendees: RoomsGallery.Selected.Email;
location: RoomsGallery.Selected.Name;
importance: "Normal";
showAs: "Busy"
}
);

Report
All responses (
Answers (