Spond.get_event()
doesn't return 'scheduled' events, i.e. where invites are set to send in the future.
#138
Labels
documentation
Improvements or additions to documentation
This is because
get_event()
callsget_events()
with no parameters, which meansinclude_scheduled
defaults to False.This filters out any events for which invites are set to send in the future (not 100% sure of behaviour with recurring events).
This is unexpected, but not sure if it can be considered a bug - maybe a documentation gap.
The text was updated successfully, but these errors were encountered: