Replies: 1 comment
-
I don't know... try: cat = account.outlook_categories(resource='other_user_with_connected_calendar') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
Just had a look at the Outlook Categories documentation ( https://github.com/O365/python-o365#outlook-categories ) and adding a Category to my own Outlook works just fine.
But I have a number of 'connected' calendars from other users in which I would like to add the same category in code (when possible)
Just had a look at the code of "c:\Program Files\Python310\Lib\site-packages\O365\category.py" but cannot detect a way to make this work for subcalenders for which I am authorized.
Any suggestions on how to proceed?
Beta Was this translation helpful? Give feedback.
All reactions