Calander time range

240 views
Skip to first unread message

Jonas Axelsson

unread,
Feb 7, 2021, 4:40:14 AM2/7/21
to Easy!Appointments - Support Group
Hi there!

Is it possible to get the calander to show events between for example 07.00-20.00 instead of 00.00-23.59? It just takes up space in the browser for me.

Attaching Screenshot 2021-02-07 at 10.jpgimg for easier understanding.

Thanks in advance

Alex Tselegidis

unread,
Feb 9, 2021, 10:07:30 AM2/9/21
to Easy!Appointments - Support Group
Hello! 

Yes, you can find the fullCalendar initialization in backend_calendar_default_view.js and backend_calendar_table_view.js and set the minTime and maxTime accordingly: 




  Alex Tselegidis, Easy!Appointments Creator
  Need a customization? Contact me in person!



Andrea

unread,
Feb 11, 2021, 7:28:03 AM2/11/21
to Easy!Appointments - Support Group
there is no min and max times in those files are they elsewhere?

Alex Tselegidis

unread,
Feb 15, 2021, 9:50:48 AM2/15/21
to Easy!Appointments - Support Group
Correct, you are supposed to put these props into the referenced files. 







  Alex Tselegidis, Easy!Appointments Creator
  Need a customization? Contact me in person!



Wilson jef

unread,
Feb 16, 2021, 3:35:24 AM2/16/21
to Easy!Appointments - Support Group
Could you be more specific please?

Alex Tselegidis

unread,
Feb 22, 2021, 7:57:06 AM2/22/21
to Easy!Appointments - Support Group
Like for example:


// Initialize page calendar
$('#calendar').fullCalendar({
  minTime: '08:00:00',
  maxTime: '18:00:00',
  defaultView: defaultView,
  height: getCalendarHeight(),
  editable: true,
  firstDay: firstWeekdayNumber,
  snapDuration: '00:15:00',
  timeFormat: timeFormat,
  slotLabelFormat: slotTimeFormat
...







  Alex Tselegidis, Easy!Appointments Creator
  Need a customization? Contact me in person!



Sean B

unread,
Mar 2, 2021, 10:37:52 AM3/2/21
to Easy!Appointments - Support Group
A couple notes:
- Once you edit the code, you have to minify it and overwrite the "min" versions of the files as well (I used this site, I'm sure there are other ways https://javascript-minifier.com/ )
- This reduced the wasted space before 8am however it did not solve the problem in my other thread in that the appointments are too small to click. The calendar just took less space.

Any advice on making the clickable calendar items bigger (and therefore the whole calendar taller) would be appreciated.

Thanks!
Calendar _ Easy!Appointments – Mozilla Firefox_000060.png
Reply all
Reply to author
Forward
0 new messages