python-o365
python-o365 copied to clipboard
No option to join Teams meeting nor meeting link is provided in outlook calendar
Hi, I'm using trying the schedule a meeting with the library:
new_event.subject = subject
new_event.location = location
new_event.body = invitation_text
new_event.start = start_time
new_event.remind_before_minutes = 30
new_event.end = end_time
new_event.is_online_meeting = True
new_event.online_meeting_provider = OnlineMeetingProviderType.TeamsForBusiness
new_event.save()
With the above code, the event is created on the calendar but it doesn't provide a Teams meeting invite in the event. Am I doing something wrong or is this a bug?
Hey @janscas! Sorry for the noise, but may I know how should I resolve this issue? Thank you!
Strange. I'm not sure what is going on..
can u try on ms graph explorer?