[2022-10-31] October minor release
The following are changes for October 2022 minor release.
Added
- EWS calendar colors: As of API v2.7, you can retrieve EWS calendar colors in Hex color code format (
hex_color
). For more information, refer to GET /calendars and GET /calendars/{id}.
Updated
- Event filtering: You can now filter events using the
updated_at_before
andupdated_at_after
parameters. For more information, refer to GET /events.