ui-calendar
ui-calendar copied to clipboard
A complete AngularJS directive for the Arshaw FullCalendar.
When opening calendar, with month visualization, current month will not show. Changing months with arrows, will make the Month appear, but today button will go to a strange date (like...
I want use FullCalendar 3 with ui-calendar that is it Ok? Please help me, thanks.
Hi, There seems to be a problem with event rendering in the calendar. Even though eventSources is correctly populated with Angular, it doesn't show the events. According to Fullcalendar documentation...
hi , i have a little issue . By default i set in the config slot duration on agendaday '00:30:00' and all is ok. But now im searching how i...
Is there any plans to make ui-calendar work with the new "scheduler" add-on?
What is the best way to customize the style of the calendar to fit the design of my application? Thank you very much?
I'm using ui calendar with requirejs and I ran into an issue with loading moment. ``` javascript require.config({ paths: { "angular": "angular", "ui-calendar": "calendar", "fullcalendar": "fullcalendar", "moment": "moment" }, shim:...
`` ``` vm.uiConfig = { calendar:{ height: 450, editable: true, startEditable: true, durationEditable: true, eventDurationEditable: true, header:{ left: 'title', center: '', right: 'today prev,next' }, eventClick: vm.onClickEvent, eventDrop: vm.onDropEvent, eventResize:...
I wanted to attach sources from google calander as well as my own array. vm.events1 = [{ googleCalendarId: 'en.indian#[email protected]' }]; & var events2 = [ [{ id: 1, title: 'All...
Hi everyone I cant figure out how to get the google to work Its telling me no attribute hasTime Here is what I have so far: https://jsfiddle.net/4os6z5gh/ Can anyone help...