<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged fullcalendar</title>
<link>https://overflow.efficy.io/?qa=tag/fullcalendar</link>
<description>Powered by Question2Answer</description>
<item>
<title>Agenda reactivate scrollTime in main.js</title>
<link>https://overflow.efficy.io/?qa=3244/agenda-reactivate-scrolltime-in-main-js</link>
<description>&lt;p&gt;Since Efficy10 scrollTime has been removed. Since we would like to see all 24 hours in a day, I would like to be able to start with 7:00 am for scrolling. &lt;/p&gt;

&lt;p&gt;I already changed the minTime, maxTime, slotDuration (bij 15 minutes instead of 30) and slotLabelInterval. But whatever I try, it seems not possible to change the scrollTime which used to be there in Efficy2014.&lt;/p&gt;

&lt;p&gt;See &lt;a rel=&quot;nofollow&quot; href=&quot;https://fullcalendar.io/docs/scrollTime&quot;&gt;https://fullcalendar.io/docs/scrollTime&lt;/a&gt; for more info.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;_initConfigAgendaOptions: function () {
        var minTime = Url.getArgument('minTime') || Model('minTime'),
            maxTime = Url.getArgument('maxTime') || Model('maxTime');
        this.config.set({
            slotLabelFormat: Model('slotLabelFormat'),
            minTime:         minTime ? minTime.split(' ')[1] || '00:00:00' : '00:00:00',
            maxTime:         maxTime ? maxTime.split(' ')[1] || '24:00:00' : '24:00:00',
            slotDuration:    '00:15:00',    //standaard 30 minuten
            slotLabelInterval: '01:00',
            scrollTime:      '07:00:00'
        });
    },
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I also tried _initConfigGeneralDisplay, _initConfigViews and _initConfigTextTimeCustom for adding scrollTime, but no result yet.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3244/agenda-reactivate-scrolltime-in-main-js</guid>
<pubDate>Fri, 08 Jun 2018 17:48:20 +0000</pubDate>
</item>
</channel>
</rss>