Automatically scroll to current time
See original GitHub issueOriginally reported on Google Code with ID 591
A great feature of Google Calendar in Agenda day/week view is that it identifies the
current time slot as well as scrolls to that timeslot. This would be a great feature
to add to Full Calendar.
I've attached screen shots of this for both the agenda week and agenda day view.
Reported by huzaifa.tapal
on 2010-08-08 13:51:44
- _Attachment: Screen shot 2010-08-08 at 8.49.15 AM.png
![Screen shot 2010-08-08 at 8.49.15 AM.png](https://storage.googleapis.com/google-code-attachments/fullcalendar/issue-591/comment-0/Screen shot 2010-08-08 at 8.49.15 AM.png)_ - _Attachment: Screen shot 2010-08-08 at 8.49.27 AM.png
![Screen shot 2010-08-08 at 8.49.27 AM.png](https://storage.googleapis.com/google-code-attachments/fullcalendar/issue-591/comment-0/Screen shot 2010-08-08 at 8.49.27 AM.png)_
Imported with 13 stars.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:7
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Making fullcalendar scroll to the current time? - Stack Overflow
This is what I used to scroll to the current time in the view : var scrollTime = moment().format("HH:mm:ss"); $('#calendar').
Read more >How to set the scroll position of Scheduler based ... - Syncfusion
Step 3: currentTime is a function within which the code to handle the exact scroller position based on current time Indicator is defined....
Read more >ScheduleView Day view scrolling to current time - Telerik
Is it possible to scroll current time automatically in day view? Example: current time is 13:00 and business hours start at 6:00 and...
Read more >scrollToTime - Docs - FullCalendar
Programatically scroll the current view to the given time.
Read more >How to Use Automatic Scrolling in Adobe Acrobat and Acrobat ...
Automatic scrolling can be used at any time, but it is particularly useful when viewing long documents or giving presentations. This feature can...
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
For reference, here’s a way to set the scroll position in
eventAfterAllRender
:https://codepen.io/anon/pen/dmEGQb?editors=0010
Hi, so what is the official response to add this feature?