We’re excited to introduce a new sidebar view for the Cronofy extension, now available in Chrome, Firefox and Edge.
What’s new?
Read the whole post
Google has lately allowed events to have different timezones for the Start and End dates.
This functionality is now also possible in Cronofy through our create/update event API endpoint for any Google events.
In order to create events with different timezones, you will have to provide the start and end date parameters as a block of time and tzid, i.e:
start
end
time
tzid
{ ... "start": { "time": "2024-12-21T18:00:00Z", "tzid": "Europe/London" }, "end": { "time": "2024-12-21T19:30:00Z", "tzid": "Europe/Berlin" }, ... }
As a result, the details of the event will reflect the two different timezones in your Google calendar
We have expanded Cronofy's translation coverage within the app to include Spanish, Italian, and French as supported languages. This update enhances the experience for users who want to use Cronofy in their day-to-day in those languages.
In order for translations to be applied, modify your account language…