Logging event activity?

Is there a way to be able to log activity,

Like for example:

User 1 posts a new event into Room #1.

I’d like to be able to have the admin open a log and see:

Name Event Posted Time Date Location

User 1 New Event Description Time Date Room #

Is there a way that scheduler.net allows activity to be logged???

Hi,
there is no built-in way. However, by default all operations has a single entry point - controller action that receives and saves updates from the client
scheduler-net.com/docs/managing- … ementation
Thus all updates goes through that action and you can log them from there