I have an Oracle table with appointments/events:
Event ID
Name
Date
Type
User
And I use this table to load the Calendar in my Oracle Apex 18.2 application.
Now I need to generate a report for a particular month like this:

Please let me know how this can be achieved. Thanks in advance !