web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Any Takers? - Teams Me...
Power Apps
Answered

Any Takers? - Teams Meeting Calendar id shows error

(1) ShareShare
ReportReport
Posted on by 1,151

Hi All
im having an issue with a formula which is onselect button for  sending an online meeting request to multiple email addresses.

The error keeps saying 
the method Createteamsmeeting has invalid value for parameter 'calendarid'
The formula is based on one of Shane Youngs video's ((Here) 

Set(varShowSpinner,true);
Set(varMeeting,
MicrosoftTeams.CreateTeamsMeeting(

LookUp(Office365Outlook.CalendarGetTablesV2().value, DisplayName = "Calendar").name,

ses_name.Text,

{content: body.HtmlText, contentType: "html"},

Dropdown2.Selected.Value,

{dateTime: DateTimeValue(ses_time.Text)},

{dateTime: DateAdd(DateTimeValue(ses_time.Text),Value(min_dur.Text),Minutes)},

true,
"teamsforbusiness",

{
requiredAttendees: Concat(Gallery2.AllItems, attendee.Email, "; ")}
));

Set(varShowSpinner,false);


Any help i would be grateful 🙂
Gary 🙂

ps i have tested the teams meeting calendar by using power automate create teams meeting on button and even looking at the peekcode it states "Calendar" is the parameter (Confused) 😞

Categories:
  • gazzo1967 Profile Picture
    1,151 on at

    Hi All Still struggling to work this out 😞
    Gary 🙂

  • Verified answer
    last_attempt Profile Picture
    42 on at

    Hello @gazzo1967 ,

     

    Calendarid should be 

    LookUp(
    Office365Outlook.CalendarGetTables().value,
    DisplayName = "Calendar"
    ).Name

     

    let me know, if it is resolved or not, Microsoft usually changes action names.

     

    Office 365 Outlook - Connectors | Microsoft Docs

    Check above link for latest actions.

     

    Thank you

  • gazzo1967 Profile Picture
    1,151 on at

    @last_attempt 
    yep that worked.
    but i was always under the impression use the latest version but every thing works fine 
    Thank You
    Gary

  • Dorinda Profile Picture
    1,512 on at

    I am trying to create a recurring Team Meeting on a specific Calendar, I have it working to a point, as long as I am logged in as that user I can create the events, however this will be available to everyone to make a meeting specific to their area.  I have the Calendar ID I have also set it up so everyone has access to the calendar I just need to know how to set the Calendar ID in this formula

    MicrosoftTeams.CreateTeamsMeeting(
    LookUp(Office365Outlook.CalendarGetTables().value, DisplayName = "Calendar").Name

    I was told to try this LookUp(Office365Outlook.CalendarGetTables().value, ID= InsertIDHere).Name but it didnt work.

     

    Any suggestions?

  • Jeppie Profile Picture
    4 on at

    ok but what can i do when your users have different nationalities, in Dutch for instance it is "Agenda". For now i check if there is an error when i use "Calendar". If so i use "Agenda".  Is there a possibility to retrieve the name off the "Calendar" in outlook?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard