In my case I have the following:
Columns:
In configuration for Kobo Utilties
When I connect the Kobo the following happens:
- Device recognized by calibre
- Various Jobs start automatically
- Window pops up with a list of books titled Show Reading Position Changes listing books that have been read since the last connection
- When I select OK a status window briefly displays as the book status is updated in calibre
Additionally a custom column I have defined gets updated. This column is used as a shelving option, adding a books to either a
Reading shelf, or a
Finished_year shelf.
Spoiler:
Code:
readstatus
Column heading: Reading Status
Type: Column built from other columns
Template:
{#koboreadpct:'cmp($, 100,cmp($, 0, '', '', 'Reading'), strcat('Finished_',format_date(field('#kobolastread'), 'yyyy')),'')'}