python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

No option to join Teams meeting nor meeting link is provided in outlook calendar

Open li-jie-leow opened this issue 2 years ago • 2 comments

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?

li-jie-leow avatar Sep 29 '23 18:09 li-jie-leow

Hey @janscas! Sorry for the noise, but may I know how should I resolve this issue? Thank you!

li-jie-leow avatar Oct 12 '23 17:10 li-jie-leow

Strange. I'm not sure what is going on..

can u try on ms graph explorer?

alejcas avatar Oct 13 '23 09:10 alejcas