luser / calendarview

HTML calendar viewer
Other
27 stars 9 forks source link

Better calendar view #1

Open luser opened 8 years ago

luser commented 8 years ago

Right now I'm using the agendaView view from fullcalendar: http://fullcalendar.io/views/agendaWeek/

It's OK, but it wastes a lot of space and doesn't show you everything that's going on over the range of visible days. For an ambient display I think I'd rather have something like the schedule view that modern smartphone calendar apps have, but perhaps a schedule-per-day tiled side-by-side? Something like:

+--------------------------------------------+
|Mon 7/18|Tue 7/19|Wed 7/20|Thu 7/21|Fri 7/22|
+--------------------------------------------+
+-----------------+        +-----------------+
| Event  | Event  |        | Event  | Event  |
+-----------------+        +-----------------+
+--------+        |        | Event  |        |
| Event  |        |        +--------+        |
+--------+        |        | Event  |        |
| Event  |        |        +--------+        |
+--------+--------+--------------------------+

Google Calendar's default schedule view looks like this on iOS: Google Calendar schedule view