Forum Discussion

webmasterSANTEE's avatar
webmasterSANTEE
Copper Contributor
Sep 01, 2022
Solved

Struggling with my BODY [my BODY is ok! - TY Lain]

    $URL = $betaGraphURL+"/users/"+$DATA[5]+"/onlineMeetings" $OLMeetingBODY = @{ "startDateTime" = $finalCLASSstart "endDateTime" = $finalCLASSend ...
  • LainRobertson's avatar
    Sep 01, 2022

    webmasterSANTEE 

     

    This is more a Graph question than a PowerShell question since there's nothing wrong with your example from the PowerShell perspective.

     

    I tested your example (using my own variable values since we can't see yours) and it parsed just fine:

     

     

    Looking at the second example in the reference documentation, I can't help but wonder if the fact you're missing the "isBroadcast = $true" isn't causing an issue. Perhaps you need this directive to go along with the settings you have in broadcastSettings - dunno, I'm just guessing as this is squarely in the Graph domain (not PowerShell.)

     

     

    Cheers,

    Lain

Resources