-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
can't access Calendar event item attributes #373
Comments
|
Thank you, Eric. In other case, when connecting as meeting room, which, evidently, isn't the organizer, I can't get all desired info (Body, Categories, Response_type). Will try to solve this issue with my Exchange server administrator. |
Do you need further assistance with the remaining points? |
Hi, |
Hi,
I've got several novice questions according accessing Calendar through exchangelib. I'm extracting events from meeting room's calendar.
I don't really know whom I have to address those questions, here or to my EWS administrator.
Questions are:
Calendar's item Subject attribute isn't real subject. It always show meeting organizers Name. Example:
('Subject: ', 'Name Surname | FLT ')
Is there a way to extract real meeting subject?
I can't get Body of an meeting. It is always None, even if there is a body in Outlooks Calendar event. Answer I get is always:
('Body: ', None)
I can't get response_type of Attendee. It is always unknown, even if responses are shown through Outlooks calendar:
response_type='Unknown'
Categories of event are always None: ('Categories: ', None), even if Categories (colors) are assigned for the event.
What Calendar item attribute in exchangelib is "responsible" for showing Private tag of the meeting event?
Thank you for your help.
The text was updated successfully, but these errors were encountered: