Arbitrary differing slotMinutes increments
See original GitHub issueOriginally reported on Google Code with ID 201
At the moment there is support for only 1 slotMinutes increment, however it would be
great to be
able to use 2 or more alternating values. I would like to use fullcalendar for a project
but it requires
events to be displayed using a number of alternating increment values such as:
10
7/8
8/7
8
6
7/7/7/7/7/7/7/11
(Yes, that last one is a genuine scheduling requirement for one user of the system
I have built!)
I appreciate that the single value increments I've listed can obviously be catered
for already within
fullcalendar but I've included them just to show the range of increments I'm intending
to use. To
clarify only one of these increment values would be used at a time on any single calendar
view.
Does this feature exist already? If not I will look into adding it myself but obviously
I'd like to keep
using the standard fullcalendar plugin in order to keep it up to date.
Thanks for the great plugin!
Reported by rickcurran
on 2009-11-20 11:15:54
Imported with 13 stars.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:23
- Comments:67 (27 by maintainers)
Top Results From Across the Web
I want to change the increment settings - Stack Overflow
The standard increments are set to 15 minutes. Is it possible to change this to 5m or even 1m? And maybe not the...
Read more >JavaScript Event Calendar - FullCalendar
Arbitrary differing slotMinutes increments. 28. timeline resources pagination. 28. Navigate previous/next when dragging event to edges.
Read more >fullcalendar - Bountysource
At the moment there is support for only 1 slotMinutes increment, ... and end times are displayed when an event spans into the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just rebased and squashed my old PR (#238 - commit kleisauke@30ea84e). It’s now compatible for the newest fullcalendar version (v3.1.0). You can test it here: http://kleisauke.nl/fullcalendar3/demos/timeslots-views.html and here: http://kleisauke.nl/fullcalendar3/demos/timeslots-views-without-snap.html
@arshaw Should I make a new pull request with this feature? Or could you reopen the old PR (#238)? It only needs automated tests. I can make them when I have some spare time. Let me know if this is necessary for this PR.
+1 to be merged !