Olen / Spond

GNU General Public License v3.0
45 stars 23 forks source link

`Spond.get_event()` doesn't return 'scheduled' events, i.e. where invites are set to send in the future. #138

Open elliot-100 opened 5 months ago

elliot-100 commented 5 months ago

This is because get_event() calls get_events() with no parameters, which means include_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.