You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Events are not rendered.
where events are defined in controller (vm) as (from the demo):
events: [
{
title: 'All Day Event',
start: '2017-09-01'
},
{
title: 'Long Event',
start: '2017-09-07',
end: '2017-09-10'
},
{
id: 999,
title: 'Repeating Event',
start: '2017-09-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
start: '2017-09-16T16:00:00'
},
{
title: 'Conference',
start: '2017-09-11',
end: '2017-09-13'
},
{
title: 'Meeting',
start: '2017-09-12T10:30:00',
end: '2017-09-12T12:30:00'
},
{
title: 'Lunch',
start: '2017-09-12T12:00:00'
},
{
title: 'Meeting',
start: '2017-09-12T14:30:00'
},
{
title: 'Happy Hour',
start: '2017-09-12T17:30:00'
},
{
title: 'Dinner',
start: '2017-09-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2017-09-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
start: '2017-09-28'
}
]
The text was updated successfully, but these errors were encountered: