Hi,
I did not find the possibility to log the creation, deletion and edits actions of calendar events in an easy to read log file.
I found the that the data is saved in the database, for example the table `ikft2_jevents_vevent` holds an calendar event per row and has a column `created, created by, modified etc..´
Id there a possibility to get this information in a human readable .log file.
I think something like this:
User `Jon Doe` edited event event_id: ``6 with Title `Event tite` at 2018-07-12 07:16:43 and changed ddescription from "Test Evend" to Test Event"
I could write an .php file that accesses the database and create a .log text file but maybe JEvents already offers this possibility.