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 : how to refresh events

I am using ui-calendar. I need to make a call to the server to retrieve all my events in order to display them on a calendar. Here is what I do : Controller: vm.propositionsToCome = PropositionsAffairePresentationToCome.get(function(result){ …
user1260928
  • 3,269
  • 9
  • 59
  • 105
0
votes
1 answer

Display tables inside each day in angular-ui-calendar

I have a use case where I just need the calendar skeleton and month switching capabilities, but inside each day, I need to place some custom built tables (signup slots for shifts) instead of the standard events. Is there a way to do that with…
wonder95
  • 3,825
  • 8
  • 45
  • 74
0
votes
0 answers

How To Show full Calendar picker in iOS

I need a calendar picker when button is click then show me a popup calendar view and set selected date in label I need a that type in popup view
Chirag Sondagar
  • 427
  • 1
  • 4
  • 15
0
votes
1 answer

Get all events on Angular UI-Calendar (directive for Arshaw full calendar)

I am using external events on an Angular ui-calendar: HTML:
  • Event 1
  • Event 2
  • Event 3
yam55
  • 1,541
  • 2
  • 11
  • 12
0
votes
0 answers

ui - calendar, $scope value undefined outside method

I am working on ui-calendar and i would like to fix events from database date fields.. calendarDemoApp.controller('CalendarCtrl', function($scope, $compile, $timeout, uiCalendarConfig) { var date = new Date(); var d = date.getDate(); var m =…
0
votes
0 answers

Angularjs UI-calendar

I'm trying to integrate UI-calendar into my AngularJs and I managed to display the calendar with all of the events displayed in it. The eventClick event is working fine, but when I try to add the dayClick event it is doing nothing. Here is the part…
0
votes
2 answers

Highlight fullcalendar events that expands over multiple rows/columns

In my Angular web app I'm using Angular UI Calendar combined with Fullcalendar to show user's events. In this when a user click on an event it gets highlighted, but this has a little downside to it as it is right now, because when an event expands…
Backer
  • 1,094
  • 1
  • 20
  • 33
0
votes
1 answer

how to get all the events of the day in angular-bootstrap-calendar

Is there any option in angular-bootstrap-calendar to grab the day's with on-timespan-click = "dateClicked(eventsOfTheDay)" angular.module('myApp', ['mwl.calendar', 'ui.bootstrap']) .controller('calendarCtrl', ['$scope', function($scope)…
Mo.
  • 26,306
  • 36
  • 159
  • 225
1 2 3 4
5