Open elliot-100 opened 5 months ago
This is because get_event() calls get_events() with no parameters, which means include_scheduled defaults to False.
get_event()
get_events()
include_scheduled
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.
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.