python-o365
python-o365 copied to clipboard
Teams Shifts
Hi all! I'm really new with MSGraph and seeking for some help. I want to use this python module with the MSGraph beta API. How can I use the authenticated Account with beta HTTP requests?
Example: listing shifts and get the current user associated with that shift.
Thanks in advance!
To use the beta enpoint read the README. It’s explained there.
The ms teams api is not yet done. So you can’t list shift .
If you want tl know what’s posible right now. Read the teams.py code file.