Closed StartupJC closed 7 years ago
Referencing issue #586 Is there a way to enable/disable for different types of events? The code referenced in issue #586 seem to be globals.
angular.module('myApp').run(function(calendarEventTitle) { calendarEventTitle.monthView = event => event.title; });
I'm trying for something similar to the example below.
Event types:
Task type: Event Name {action}
Social type: Event Name (00:00) {action}
Work type: Event Name (00:00) {action}
After some digging I came across the calendarEventTitle.js file. Should be able to create my own custom formatting based on the field assignment. Sorry for bothering.
Referencing issue #586 Is there a way to enable/disable for different types of events? The code referenced in issue #586 seem to be globals.
I'm trying for something similar to the example below.
Event types:
Task type: Event Name {action}
Social type: Event Name (00:00) {action}
Work type: Event Name (00:00) {action}