Releases: rfdonnelly/scma-gsync
Releases · rfdonnelly/scma-gsync
v1.1.1 - Fix duration of multi-day events
Google Calendar seems to require all-day-multi-day events to end one day later than actual. Otherwise, they show as 1 day short.
v1.1.0 - Max concurrency
Previously in v1.0.0, only fetching of event details was concurrent. We'd wait for all fetching to complete before updating Google Calendar. Google Calendar updates were not concurrent. This release maximizes concurrency. Everything that could be made concurrent was.
- Authentication with the two sites (SCMA and GCal) was made concurrent
- Updating GCal was made concurrent (multiple GCal events are updated concurrently)
- SCMA event fetching was made concurrent with GCal event updating
v1.0.0 - Initial release
v1.0.0