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

ui-calendar cell background color not displaying for the first time

I am trying to get a list of dates from Rest and change the background color of those dates using dayRender .But when i try to do it the color is not getting changed for the first time.If i go to next month and come back to the month,it will work…
Vikhyath Maiya
  • 3,122
  • 3
  • 34
  • 68
0
votes
0 answers

how to setup angular ui-calendar on service portal in servicenow

I'm trying to use the ui-calendar on servicenow widget. but I don't know how to set it up in servicenow. There's a related link similar to what I want: https://community.servicenow.com/thread/239276 My problem is that I don't know - how the UI…
wang ying
  • 1
  • 1
0
votes
1 answer

Regarding displaying ui-calendar events

Hello all i am designing a leave management website with angularjs and ui-calendar.If a user takes a leave ,the values are taken from the database and displayed as an event in the calendar.Now what i want to do is ,if the user is not absent on…
Vikhyath Maiya
  • 3,122
  • 3
  • 34
  • 68
0
votes
1 answer

Events Not displaying On page load in live, it works perfect on local

I am working on Laravel + Angular project and I am using angular ui-calendar, I am also using jQuery context menu plugin to create dynamic menu for each events. I am using fullcalendar#2.7.3, angular-ui-calendar#1.0.2, jQuery-contextMenu#2.4.4 and…
0
votes
1 answer

refreshing part of page anngularjs

i have a webpage and i have two controller.One controller is used to get data from the db and update ui-calendar events and another controller to submit form data to the db.I want to refresh my card(Where the first controller is used) with the new…
Vikhyath Maiya
  • 3,122
  • 3
  • 34
  • 68
0
votes
1 answer

AngularJS UI-calendar not refreshing events on Calendar (Manually refresh the calendar(F5))

I'm new to programming so I followed this tutorial http://www.mitechdev.com/2016/07/crud-operations-on-angular-ui-calendar.html, but it doesn't refresh the data after submitting the form. The new/modified/deleted data it's displayed after I refresh…
Jon A
  • 137
  • 2
  • 11
0
votes
2 answers

How to change date format in ui-calendar?

I am using angular ui-calendar. When i hover an events the it show event date as 2017-03-12T04:00:00.000Z. Here i want to change it format as dd-mm-yyyy HH:mm:ss. I have attached image with mention what i nedd, Please see image Here…
user7104874
  • 1,321
  • 2
  • 15
  • 21
0
votes
2 answers

angularjs ui-calendar Cannot read property 'calendars' of undefined

I followed the instruction here: http://angular-ui.github.io/ui-calendar/ to create calendar in angularjs. However, when I tried uiCalendarConfig.calendars[calendar].fullCalendar('render'); it cause an error TypeError: Cannot read property…
RLe
  • 456
  • 12
  • 28
0
votes
1 answer

Events disapearing after month change

I've been using the ui-calendar for an application. But, today I've got a problem that when I change the month (for example, click the button and go from February to March and after this I go back) my events gone. When I load: When I Change: When…
Hugo Deiró
  • 224
  • 2
  • 13
0
votes
1 answer

uiCalendar does not refresh when adding or removing events

I can't get uiCalendar to update after changing the elements in the event source. The calendar is defined in the template as:
Legion
  • 3,922
  • 8
  • 51
  • 95
0
votes
1 answer

Change first week of the year in fullcalendar.io

I would like to change the First week of the year. fullcalendar.io Current View Shift the Start of week down
0
votes
1 answer

How to add repeat event in ui-calendar

I am using http://angular-ui.github.io/ui-calendar/ in my application. I want to add birthday event that repeat each year. for example student 1 birthday is 12-jan-2006. $scope.birthdayEvent = [ {title:'ABC',start:'2006-1-12',allDay:…
Kinjal Shah
  • 577
  • 1
  • 5
  • 15
0
votes
1 answer

Expected Array but received

I am a newbie to Angular and I am trying to implement a calendar for events. I am using Angular UI Calendar. When I post the data, it gets posted but it gives an error. POST METHOD $http({ method : 'POST', url :…
Vignesh
  • 131
  • 2
  • 5
  • 13
0
votes
0 answers

UI Calendar events not displaying

Im trying to create a calendar but the events are not showing. I was wondering if someone would be able to help me. Here are the events $scope.events = [ {title: 'Long Event',start: new Date('Thu Oct 17 2016 10:00:00 GMT+0530 (IST)'),end:…
srsxyz
  • 221
  • 1
  • 2
  • 14
0
votes
1 answer

Angular ui-grid calendar dates in ui-grid header

I am new to angular js .I am working on employee leave application.Should i use angular ui-grid or angular ui-calender. There are multiple options for leave(single date) as follows 1)planned leave 2)unplanned leave from these i have to select one…
swapnil
  • 63
  • 2
  • 9