Skip to content
Snippets Groups Projects

Custom calendar colors for appointment location and appointment status

Merged Piotr Gawron requested to merge 89-calendar-colors into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -105,7 +105,7 @@
weekNumbers: true,
startParam: "start_date",
endParam: "end_date",
events: get_calendar_events_function("{% url 'web.api.appointments' full_list %}", false),
events: get_calendar_events_function("{% url 'web.api.appointments' full_list %}", true),
});
});
</script>
Loading