altinselimi / kalendar

Full featured, responsive, lightweight calendar in the browser.

Home Page:http://kalendar.altinselimi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to do new events Hourly?

magarrent opened this issue · comments

Hey, when you select the hours for doing an event, you can choose with 10 min range, what if I only want hourly or 30 minutes rang?

No, this is a feature request so it may take a bit longer.
Also, currently I'm focused on fixing the web worker issue which is preventing the use of this library straight from NPM.

No, this is a feature request so it may take a bit longer.
Also, currently I'm focused on fixing the web worker issue which is preventing the use of this library straight from NPM.

Hm okay, and there is any quick fix that can I implement? Like change in some js 10 minutes for a 60 minutes manually

Unfortunately no, there's no quick fix. From the top of my head, you would have to introduce a config option for minimum_selection and use that in KalendarCell.vue to check whether the cell we are hovering on should be selected.

Unfortunately no, there's no quick fix. From the top of my head, you would have to introduce a config option for minimum_selection and use that in KalendarCell.vue to check whether the cell we are hovering on should be selected.

Hm, and where I can find the function that makes the selection?

kalendar-cell.vue in the methods

@altinselimi can you provide more info? What I've to do?

Dig up the code there and let me know if you have any questions.

#54 will address this once its implemented. If you can implement it, make a PR and we can merge it.