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

Get all calendar IDs #50

Open
bor8 opened this issue Apr 29, 2015 · 2 comments
Open

Get all calendar IDs #50

bor8 opened this issue Apr 29, 2015 · 2 comments

Comments

@bor8
Copy link

bor8 commented Apr 29, 2015

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')
@bor8 bor8 changed the title Local parent id = "calendar". Remote parent id = "shared"? Get all calendar IDs Apr 29, 2015
@adammclaurin78
Copy link

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.

@WimPletinckx
Copy link

I would be interested in the same bor8. Thanks in advance.

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

3 participants