You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/harry/Documents/Notion Google calander intergration/notion2googlecal-master/main.py", line 326, in
main("request")
File "/Users/harry/Documents/Notion Google calander intergration/notion2googlecal-master/main.py", line 64, in main
events_result = service.events().list(calendarId=calendar_id,
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/googleapiclient/discovery.py", line 1018, in method
raise TypeError('Missing required parameter "%s"' % name)
TypeError: Missing required parameter "calendarId"
The above error shows when line 64 is the following events_result = service.events().list(calendarId=calendar_id,
The bug disappear when I replace the "calendar_id" to the actual calendar id found in Google Calendar.
AttributeError
The programme ask for the notion account and password, after typing it in the console, the following appears:
Traceback (most recent call last):
File "/Users/harry/Documents/Notion Google calander intergration/notion2googlecal-master/main.py", line 326, in
main("request")
File "/Users/harry/Documents/Notion Google calander intergration/notion2googlecal-master/main.py", line 79, in main
calendar = client.get_collection_view(notion_cal)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/notion/client.py", line 211, in get_collection_view
if url_or_id.startswith("http"):
AttributeError: 'NoneType' object has no attribute 'startswith'
I can't solve the problem, and hope you can help me.
The above error shows when line 64 is the following
events_result = service.events().list(calendarId=calendar_id,
The bug disappear when I replace the "calendar_id" to the actual calendar id found in Google Calendar.
The programme ask for the notion account and password, after typing it in the console, the following appears:
I can't solve the problem, and hope you can help me.
Thank you very much. :) Harry
If you wanna contact me via email, [email protected]
The text was updated successfully, but these errors were encountered: