I have this problem with the AngularJS Ui-Calendar:
Inside the select callback function from fullcalendar, I create the events by dragging and the event is after that added to my events array.
After the events are created I want to delete some of…
I am using angular 2 fullcalendar for one of my projects.everything works fine as long as i have the data ready before rendering the calender.If an event is triggered and data comes from backend,i am facing problem while using refetch function.I wil…
I am using ui-calendar with angularjs in my project for a leave management project.If a user has taken a leave on some day ,i want to restrict him from selecting that date again.ie if a user has taken a leave on 23rd JUNE 2017,and when the user…
I am trying to use ui-calendar in my project. The calendar will have different views based on database value in database pages. As I have to call calendar function multiple times I thought I will put the code in a factory service and call it in…
I am using following code to show the calendar
$( "#datepicker" ).datepicker({
numberOfMonths: 2,
selectMultiple: true,
monthNames: [ "1月","2月","3月","4月","5月","6月",
"7月","8月","9月","10月","11月","12月"…
I'm using the AngularUI Calendar / FullCalender and need to insert custom events into an existing array. I've tried it in different ways, but it is not working. I want to insert the custom events into the "events" array and save them in a database…
Just a question here. I noticed that in my calendar, also the example given in the Ui Calendar page (http://angular-ui.github.io/ui-calendar/), the event block has strange values on it (4p, 8p, 12a), in which after checking out, its actually…
I am implementing the UI-calendar in my angular js application. I have successfully added the calendar on the page. But I want to add the event to agendaWeek calendar and save that data into DB.
My code implementation is
HTML
In Angular ui calendar showing the date properly but it not showing the time in event scheduler.In browser there is no error on console but time not showing.How can i get time on calendar
angular js…
I am working on a ui.calendar provided by AngularJS. By default the minimum time is 12 AM and maximum time is 11:30. I have made a bit changes to display time for every 30 mins.
I want to display the minimum time dynamically according to different…