minmal working example
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user