Calendar time range

I need to show the daily calendar every 15 minutes instead of every 30 minutes, where can i change this?

Re: Calendar time range

Hi sir, you mean 60 minutes ?

Re: Calendar time range

Currently the “day grid” of the calendar has an interval of 30 minutes. I’am building a calendar for a hair dresser who works with an interval of 15 minutes.

She uses the calendar on her iPad. Works fine but I try to minimize the amount of keyboard input.

So I wish:

1: Set the dayly scope , for example: from 8:00 to 20:00 (this way les scrolling is necessary,l scrolling on an ipad isn’t very simple in the calendar because a touch results in a popup for a new appoinment)
2: Set the interval to 15 minutes instead of 30 minutes.

I like the calendar for it’s simplicity, so does the hair dresser.

Regards,
Martin

After generate the calendar application edit <name of your calendar app>_apl.php file, find editable: true, press enter at the end of this line and write slotMinutes: 15, after that run the app on your browser.

This is the only way I know to do this.

You are welcome krajabi