We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What I have:
folders = service.folder().find_folder(parent_id='calendar') for folder in folders: print folder.display_name, folder.id
returns: Local-calendar-1 XYZXYZ...= Local-calendar-2 YZAYZA...=
What I want: Local-calendar-1 XYZXYZ...= Local-calendar-2 YZAYZA...= Shared-calendar ZABZAB...=
With OutlookSpy I get an EntryID in hex, but its shorter than the pyexchange IDs (base64). I converted via:
'<EntryID>'.decode('hex').encode('base64')
The text was updated successfully, but these errors were encountered:
bor8, can you explain how you used OutlookSpy to get the EntryID for a particular shared calendar? This is where I'm currently getting stuck.
Sorry, something went wrong.
I would be interested in the same bor8. Thanks in advance.
No branches or pull requests
What I have:
returns:
Local-calendar-1 XYZXYZ...=
Local-calendar-2 YZAYZA...=
What I want:
Local-calendar-1 XYZXYZ...=
Local-calendar-2 YZAYZA...=
Shared-calendar ZABZAB...=
With OutlookSpy I get an EntryID in hex, but its shorter than the pyexchange IDs (base64). I converted via:
The text was updated successfully, but these errors were encountered: