Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
li-jie-leow opened this issue Sep 29, 2023 · 2 comments

Comments

@li-jie-leow
Copy link

li-jie-leow commented Sep 29, 2023

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
Copy link
Author

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

@alejcas
Copy link
Member

alejcas commented Oct 13, 2023

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

can u try on ms graph explorer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants