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:
- 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?