Event deltas in python sdk #1361
Unanswered
Syam Gadde (SyamGadde)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In the following tutorial:
Get incremental changes to events in a calendar view
there is the following code
A cursory search of the python SDK yields no "skiptoken" attribute, and I get the following error when I try to use it:
Is this supposed to work and where is skiptoken defined?
Same question for deltatoken, which is used after you stop getting skiptoken responses and get a deltatoken, step 3 in the tutorial
All reactions