ui-calendar icon indicating copy to clipboard operation
ui-calendar copied to clipboard

A complete AngularJS directive for the Arshaw FullCalendar.

Results 100 ui-calendar issues
Sort by recently updated
recently updated
newest added

I can't seem to get some properties to work, although everything else seems to. Specifically I cannot get the navLinks to work at top of 'agendayWeek' view. Any help would...

Im try to install for Ionic-3,But its not work. it's work for the Ionic 3, please help me to how to install for the Ionic 3 and how to set...

It appears that the FullCalendar "drop" event (and the "droppable" and "dropAccept" properties) have not been implemented. If not, I'd be happy to work with somebody on getting these working....

```javascript ... buttonIcons: false, buttonText: { prev: '<', next: '>' }, ... ``` renders the respective buttons as `"≪"` and `"≫"`, instead of expected HTML entity arrows and element. https://fullcalendar.io/docs/text/buttonText

Allows for flexible assignment of eventSource within an Angular service or directive.

When used with webpack via npm it complains about not finding fullCalendar. This is due to fullCalendar not being a dependency within the package.json. Can this be fixed please for...

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:...

I've noticed a significant performance issue that isn't present in the original fullcalendar, after some debugging on my own fork of ui-calendar i've found the culprit to be the following...

There's a way to disable part of the calendar?