2
votes
1answer
47 views

Timezone madness in task management app

I am currently working on a task management application that allows users to create and assign tasks, set start and due dates and track work progress. In my app users do not plan hours, they just set ...
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 ...
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 ...