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