HI,
My test configuration of the scheduler loads events data from mysql database. The events table also contain some custom data (columns) like user_id or status. The extra data is not required to be part of a lightbox - user should not be able to modify those - but I need the application to access it in certain moments.
My question is - how can I access the custom data to read and set those and then save to the database? I could not find relevant information in the docs nor in the samples - but maybe I just could not find it… Or is it not possible maybe?
Many thanks in advance!
Adam