Update
Housekeeping
- Added diagnostics code that should help pinpointing sporadic errors with reading/writing Microsoft calendars.
To migrate and reactivate your settings, follow these steps: 1. Log in once using each of the Microsoft logins you have in your ChronoLink account. 2. For each Microsoft access, click the refresh (🔁) button, then select the correct account and re-authorize ChronoLink.
If you don't see those refresh buttons, clear your browser cache or reload the page by pressing Ctrl
F5
.
⚠️ Warning: Do not delete the Microsoft access. This would delete all associated connections.
Add access to 'example@gmail.com'
buttons for Google accounts even if you already added that access. Clicking the button and re-authorizing ChronoLink will update our records and make the button go away.When you create new connections or alter the conditions/transformers of an existing one, ChronoLink must perform full synchronization. For some connections, those with thousands of events, this can take a while. Previously, this connection run had to be completed before any other connection could run. Now, ChronoLink pauses such long-running connections at regular intervals, giving other connections a chance to run as well.
For each connection, ChronoLink now displays the total number of events synchronized.
ChronoLink now synchronizes the Location field when both source and sink support it (Google and Microsoft calendars).
To suppress this, add the following transformer:
{
"type": "clear",
"field": "LOCATION"
}
The location field can be used with all text-based transformers: overwrite
, prepend
, append
and, as shown above, with clear
.
text
condition now also supports "scope": "LOCATION"
. scope
or specified its default value ANY
, your condition might match different events now because ChronoLink also searches the location field.status
condition to check whether an event is marked as free/busy etc. Using the new statusset
transformer, you can also change this value. See the reference for details.eventtype
for AWAY
, from now on you have to check status
for OUT_OF_OFFICE
(see above).