Djones4822 / pyTeamUp

Python wrapper for TeamUp Calendar API
MIT License
6 stars 1 forks source link

Accessing Password Protected Calendars #11

Open JCampbell07 opened 1 year ago

JCampbell07 commented 1 year ago

Hello, just curious as to when you might be adding support for password protected calendars, as that's currently the only thing stopping me from being able to use this wrapper.

Djones4822 commented 1 year ago

This is already implemented this in the branch accesskeys

You should be able to install this with the command:

python -m pip install 'pyteamup @ git+https://github.com/Djones4822/pyTeamUp@accesskeys'

I never pushed it out because I don't use TeamUp in my job anymore and haven't had the motivation to come back to this.

I may have found some motivation, though.... please let me know if you find any bug or have any problems.

JCampbell07 commented 1 year ago

I have tried to use the accesskeys branch, but seems to be no explanation of how to actually use the access keys to access the password protected calendars. Could we maybe get an example usage case for that? I see all the stuff regarding the keys, but none actually showing how to use it to instantiate your calendar for access.

If I'm just dumb and am overlooking it, please point me to the example, thanks in advance.

HologramSteve commented 7 months ago

Same issue here, can't get in because it's "password protected", do I need to make it public or is there another way?