This module is a wrapper, I assume it channels the settings to fullcalendar
. If these settings can be used, https://fullcalendar.io/docs/custom-view-with-settings, then you should be able to amend the style of the view a bit.
If the above doesn't help you, you need to extend the view by extending the library, https://fullcalendar.io/docs/custom-view-with-js. In that case, you need to build 'fullcalendar', your plugin, and your app together. There's a chance you might not be able to use ng-fullcalendar
.
Another thing, I used this in the past, https://github.com/mattlewis92/angular-calendar/tree/master/src/modules, they implemented all views, you can read about it if you are interested. But I don't see either way is easy or quick.