You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if I change the name of the event from the code, it is not displayed in exchange itself, although if I get calendar.view() it will have a new name.
This might be because the item you are trying to change is an occurrence and not either a master item or a non-recurring item. I'm not sure required_attendees update is possible on a single occurrence of a recurring item.
Can you verify whether required_attendees works for the other two item types?
Hi!
I am creating a booking in exchange(I am using outlook web app) and then pulling it into the code
and everything is great, events are coming in. If I change the name of the event in exchange, it will be pulled into python.
But if I change the name of the event from the code, it is not displayed in exchange itself, although if I get calendar.view() it will have a new name.
I try to update attendee
But I get an error
How can I solve this problem?
The text was updated successfully, but these errors were encountered: