How to custom self-created calendar?

Hi @LeTienIT:

It could be done without writing .py file.
Server script lets you create API method from UI.

Example:

So, from your client script
get_events_method: "get_events" Make sure that field_map fits with API method response.

Anyway … I don’t understand your use case for total number of projects on calendar view … :thinking: Can you ellaborate further?

Hope this helps.