Questions tagged [ui-calendar]

A complete AngularJS directive for the Arshaw FullCalendar.

Link to github: https://github.com/angular-ui/ui-calendar

Link to example: http://angular-ui.github.io/ui-calendar/

68 questions
0
votes
1 answer

AngularJS UI-calendar eventSources not updated

AngularJS UI-calendar doesn't update $scope.eventSources data model, after an event Drag and Drop. I need to get the updated model , and nothing works. I 've tried plenty of things, nothing works. . This is my code : /* config object */ …
harmonius cool
  • 337
  • 1
  • 2
  • 23
0
votes
0 answers

rendering data on angular ui-calendar in day view

$scope.calandarCall = function(allTasks) { $scope.tasks = allTasks; $scope.guestname = []; for (var i = 0; i < $scope.tasks.length; i++) { $scope.guestname.push($scope.tasks[i].name); } $scope.uiConfig = { calendar: { …
0
votes
1 answer

Uicalendar in Matlab is not worked in deployment

I am creating a Matlab GUI model. Everything is working perfectly in executable deployment excepts for uicalendar function. My idea is want to use uicalendar to pick up for a specific date, it works properly in Matlab program but none working for…
Peter
  • 79
  • 3
  • 12
0
votes
1 answer

How do I set the default month for the angular-ui/ui-calendar for AngularJS(ver 1)? By default, it sets it to the current month

After having read the fullcalendar docs, I thought setting a month attribute in calendar in $scope.uiConfig as below would do it. But I can't understand where exactly I set the month attribute in. $scope.uiConfig = { calendar: { …
0
votes
1 answer

TUI (Toast UI) Calendar API not working as expected.

I have started working on one project and facing some issue. while looking at calendar apps I found this one: https://github.com/nhnent/tui.calendar#easy-to-use-dragging-and-resizing-a-schedule This seems to be best package for my app it has all the…
Rohit Mandhan
  • 89
  • 2
  • 13
0
votes
0 answers

Not able get calendar view

I have included my ui-calendar module in angular.module and have all given all the required scripts. But my calendar view is not coming its throwing me calendar.fullCalendar is not a function. I doubt so i am missing some scripts. Here is my…
0
votes
0 answers

Cannot load my ui-calendar module

When i try to load my ui-calendar in my angular.module i am getting Uncaught Error: Injector error. How will i include my ui-calendar. I am using npm install. This is my error: Uncaught Error: [$injector:modulerr] at angular.js:38 at…
0
votes
0 answers

Update events of calendar after page load

My problem is that when I open the page, the events are loaded with a callback (function().then) and this cause my calendar to not load the events passed in $scope.eventSources View
Killer
  • 188
  • 3
  • 14
0
votes
1 answer

Angular UI Calendar Issue

I've used Ionic-3 for my university project, I have some issue, I want to know how to install this calendar http://angular-ui.github.io/ui-calendar/ correctly in Ionic project? I tried it, it does not work please help me fix this?
core114
  • 5,155
  • 16
  • 92
  • 189
0
votes
0 answers

Angular UI Calendar retrieve event UI element by date

I'm trying to retrieve particular day event ui element from angular UI calendar but there are no functions available. Now I'm getting all Events UI components by $('.fc-event-container') which will provide all the event element UI rendered then…
0
votes
1 answer

Angular uiCalendar not redenring events

I am trying to build a week scheduler from angular ui calendar but i keep getting the error: 'Cannot read property "format" of null' and none of my list of events are showing. All dependencies are imported and i am declaring the ui calendar on…
Tiago Conceiçao
  • 457
  • 1
  • 5
  • 17
0
votes
1 answer

Render angular ui calendar from other controller using ng-click

I am using Angularjs Calendar UI for creating events scheduler calendar. Initially Calendar is hidden and on switch toggle it is displayed. But calendar is not rendered until next or prev month button is pressed. app.controller('toggleController',…
MJN
  • 610
  • 1
  • 7
  • 19
0
votes
1 answer

Angular2 with ui-calendar,possible?

I am new to angular2 world. I had a project developed using angularjs which used ui-calendar. Now as the requirement of the production changed we are moving to angular 2. Now my question is, is it possible to use ui-calendar with angular2. Because I…
Vikhyath Maiya
  • 3,122
  • 3
  • 34
  • 68
0
votes
0 answers

About ng-include when posting calendar

i have some problem, i use full calendar with angular ui calendar, and everything is working okay but if i try ng include that calendar from outer source then all my events are broken, any tip? // its quite big code but here it is this is first…
meridies
  • 1
  • 2
0
votes
1 answer

Angular ui-calendar auto refresh on form submission

i am using angular ui-calendar for displaying a series of leaves.The data for this is fed from the REST services.I can add a leave to the database also.The problem is that when i add a leave detail to the database it does not automatically reflect…
Vikhyath Maiya
  • 3,122
  • 3
  • 34
  • 68