Basically, I want to access the amount of currently published events of jEvents from inside a Joomla module and then do something based on that information (show different things in the module).
Hello,
You would need to write come PHP to query the JEvents tables where state = 1 for instance. Or published = 1 depending on the table you wish to query.