-
Hello,
Tuple doesn't work with the object and the code higher doesn't work too. Is it possible with different methods? |
Beta Was this translation helpful? Give feedback.
Answered by
kuzmoyev
Jan 18, 2021
Replies: 1 comment
-
You can find all the fields of the event object here. In short: event.summary
event.start.year (.month/.day) In general for python, try looking into
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kuzmoyev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find all the fields of the event object here.
In short:
In general for python, try looking into
.__dict__
of the object: