79393512

Date: 2025-01-28 10:58:06
Score: 8.5 🚩
Natty: 4
Report link

I’m facing the same issue while using MS Graph to create a webinar (v1.0/solutions/virtualEvents/webinars), and I want to know if you managed to fix the problem.

Here’s my current setup:

Request Body:

{
"displayName": "The Impact of Tech on Our Lives",
"description": {
    "contentType": "text",
    "content": "Discusses how technology has changed the way we communicate."
},
"startDateTime": {
    "dateTime": "2024-03-30T10:00:00",
    "timeZone": "UTC"
},
"endDateTime": {
    "dateTime": "2024-03-30T17:00:00",
    "timeZone": "UTC"
},
"audience": "everyone"
}

Headers:

Error Response:

{
"error": {
    "code": "BadRequest",
    "message": "Bad Request",
    "innerError": {
        "date": "2025-01-28T10:31:56",
        "request-id": "...",
        "client-request-id": "..."
    }
}
}

Did you manage to resolve this issue using the virtual event webinar Graph APIs, or find another workaround?

Any advice would be appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (3): Did you manage to resolve this
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user29399644