Calendar events longer that 24 hours
Bug #79824 reported by
Marius Gedminas
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SchoolTool |
Triaged
|
Low
|
Justas Sadzevičius |
Bug Description
It is not possible to create calendar events longer than 24 hours via the web
interface. It is, however, possible to do so by uploading an iCalendar file.
Multi-day events should be either explicitly supported, or explicitly forbidden
(perhaps convert them into a daily recurring event?).
Changed in schooltool: | |
assignee: | nobody → ignas |
importance: | Wishlist → Low |
status: | In Progress → Unconfirmed |
Changed in schooltool: | |
status: | New → Triaged |
tags: | added: calendar usability |
Changed in schooltool: | |
assignee: | Ignas Mikalajūnas (ignas) → Justas Sadzevičius (justas-pov) |
To post a comment you must log in.
In SB 1.0rc2 you can enter calendar events longer than 24 hours, if you specify
the duration in minutes (which is silly).
The daily calendar view shows the start and end times in the title bar
(12:00-18:00) even if 12:00 is on Tuesday, and 18:00 is on Saturday. It should
show dates if the event is >= 24 hours. The same applies to the weekly view.
The monthly view gets it right, it's just a matter of reusing the same code.