You can now add Selection Rules as Attendees in Scheduling Requests. This allows you to automatically include multiple interviewers from different groups or choose from a set of meeting rooms for in-person meetings — now enabling you to automate and speed up more complex scheduling use cases.
Learn more about how to Create a Selection Rule in this guide.
Read the whole post
We’re excited to introduce a new sidebar view for the Cronofy extension, now available in Chrome, Firefox and Edge.
What’s new?
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