minmal working example

This commit is contained in:
pstruebi
2022-06-12 11:47:13 +02:00
parent b8c2d31784
commit 171f6dfa36
6 changed files with 62 additions and 30 deletions
+2
View File
@@ -2,6 +2,7 @@
import json
from lib2to3.pgen2.tokenize import TokenError
import logging
import argparse
import requests
import msal
@@ -80,3 +81,4 @@ if __name__ == "__main__":
print("Available calendars are:")
print(json.dumps(cal_name_id, indent=2))
print(json.dumps(list(get_all_calendar_events()[0].keys()), indent=2))