Skip to content

1.0.0

Choose a tag to compare

@amancevice amancevice released this 17 Mar 16:50

Updated sync_events() method to handle canceled events.

source_events is now a dictionary of the form:

{
    'upcoming': [event, event, _],
    'canceled': [event, event, _]
}