Skip to content

Releases: rfdonnelly/scma-gsync

v1.1.1 - Fix duration of multi-day events

13 Jan 00:59
Compare
Choose a tag to compare

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

13 Jan 00:28
Compare
Choose a tag to compare

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

11 Jan 07:05
Compare
Choose a tag to compare