Recurring Lightbox settings?

Basically I have this project written in d language, This is the only Free scheduler library in javascript that i found, I already read the docs and found most of the things I need… except for this problem…

Situation:

  1. A teacher sets availability schedule - in this view I added the recurring lightbox, the default settings is already good, however I would like to set an interval for time, so basically if I put 8:00am - 4:00pm the scheduler should set 8:00-8:25, 8:30 - 8:55, 9:00-9:25 and so on, until 3:30 - 3:55…

so basically, the event should only last 25 minutes, and have a 5 minute interval before another event starts…
is this doable?

Hi,

hmm… you mean you want to create rec events inside the interval 8:00am - 4:00pm?
Unfortunately there is no way to create rec events that repets every 30min during 1 day. The min allowable range to repeat rec events is a day, i.e. every day or smth like that.