20
votes
6answers
398 views

Calendar recurrences on the last day of the month

I noticed a difference in how Google Calendar and Outlook handle recurring appointments, specifically ones that are on the end of the month. If you try to schedule an appointment on the 31st of every ...
5
votes
5answers
190 views

What alternatives to calendars exist for inputing dates on websites?

Inputing dates is going through changes on the internet, and in web/user interface design as well. Currently, I'm implementing <input type="date">, as this provides excellent usability on mobile ...
2
votes
1answer
561 views

Website Design Event Calendar [closed]

I have a registration website for an upcoming event. I have a link (itinerary) on the page that takes them to another page showing them the itinerary for the event. The problem is, I don't have ...
4
votes
3answers
231 views

How to select a small range from a calendar

I'm developing a website that involves the display of a calendar of events. A calendar that is able to view events for several days interval is what is desired. My crude interpretation of these is ...
2
votes
2answers
290 views

select a work week schedule

In my web application I want the user to select his work schedule. For example, someone could select [Sunday (8AM - 5PM), Monday (9AM-1PM , 2PM-6PM) ...etc. So the user has the freedom to select any ...
4
votes
1answer
117 views

Select one week out of a monthly calendar

So I have a monthly calendar on the upper side of my page. Users are able to select on a specific day inside this calendar and a the bottom part will dynamically list events occurring at that day. I ...
2
votes
2answers
157 views

Visualize many appointments for a week view

I'm trying to display "the week" for appointment scheduling. The problem is that my current implementation is way too busy (but it does put everything on the table). Also, the page easily gets taller ...
2
votes
3answers
145 views

On date select field, should the weekday be displayed after selection ?

I have a date selection field in a reservation field. The standard popin calendar is there to help users select a date, with a the top the weekday names in short form. After the day is selected, there ...