Update¶
Improvements¶
-
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.
- Such connections are displayed with a percentage value in the "Status" column instead of the usual "✔️".
- Pausing and resuming are fully automatic. Sooner or later, each connection will complete the synchronization process.
-
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, withclear
. - The
text
condition now also supports"scope": "LOCATION"
.
Note that if you did not specifyscope
or specified its default valueANY
, your condition might match different events now because ChronoLink also searches the location field.
-