|
While doing [ x for x in calendar.get_events( startDate, endDate, orderBy='startTime', single_events=True) ] What I want is get all calendar events which have an attachment so I was iterating over events |
Answered by
kuzmoyev
Sep 16, 2021
Replies: 3 comments
|
That's the issue with the events with conference data. Apparently, google can return |
0 replies
|
The fix is in |
0 replies
Answer selected by
29ayush
|
You are amazing, thanks. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fix is in
v1.2.1. Try