I'd like to use full calendar to let users create opening hours for weekdays (Monday to Sunday, and if possible holidays). What fullcalendar already does, but it's not for a particular week in time so it should not have dates. So, questions:
any ideas to not attach to a particular week? My best idea so far is to pick a particular week in time and hide dates.
any idea to show an 8th day for holidays?
i used the agendaweek view for the the week, and save the data without the date
start hour
end hour
weekday
then for every week i claculate the date and add to it the hour.
maybe fullcalendar is'nt the best thing for that.
Related
I have a google sheet that adds a number of tables depending on number of days worked and at the end of the week I want it to add a link to another tab for a weekly review. For instance if they work monday, tuesday, thursday and friday, then when they are completing the last day (friday in this instance), for it to have a button that hyperlinks or at least reminds them to now complete the weekly review
I've tried searching for code, I've tried adding a button, but it only adds a button if you do it yourself, I can't see how to add it as a piece of code, because the number of rows in the spreadsheet is dependent on the number of days worked, so I can't just add it as something already there
Whatever day is the last working day (could be any day of the week), then a reminder comes up to go to the weekly review tab (or take them to it)
I would like to able to select all Wednesdays in a given month by clicking on the day in the calendar UI. For example to schedule a meeting that occurs on every Wednesday. I would like the user to be able to just click on a day name rather than clicking every specific date.
I was wondering if anyone is aware of a Javascript date picker library that already has this feature or is this something I will have to write myself?
I've looked at a few multidate pickers available out there (http://multidatespickr.sourceforge.net/ for example) and they all have a feature to select a RANGE or the entire week however it seems that none of them support selection based on a specific week day.
I'm using jquery calender in one of my application and what I need to do is once I select a date between day Mon - Fri then entire Mon-Fri days should get highlight and also 3 weeks considering only from Mon - Fri gets greyed out.
I tired to get some good input from already posted query but none was helpfull. I took help from post Jquery calender 2 way block date but was difficult to implement.
I need a some code snippet to understand how to validate over calender days.
Thanks
I want to select multiple days in select event of jQuery fullcalender in week option. It is working in month option, same thing I want in week option. In week option, it is possible to select only one day.
How to select multiple days with from time and to time options?
You should be able to do this in the all-day section in the week-mode. This is the first row - just below the displayed days of the week.
Is there a Javascript library which makes it possible to choose from every hour of the day and have options like Every work day, only on weekends etc. Or Every sunday 19:00.