The smokesignal.events web application

refactor: updating calendar widget to include end at

Signed-off-by: Nick Gerakines <nick.gerakines@gmail.com>

+1
+1
static/calendar_fullcalendar_v1.js
··· 106 106 const events = data.results.map(item => ({ 107 107 title: item.name, 108 108 start: item.startsAt, 109 + end: item.endsAt, 109 110 url: item.url, 110 111 extendedProps: { 111 112 description: item.description,