hswaw/site: wip new layout

Change-Id: I4da3a668429dee42c7292accb9e24b93703f1538
diff --git a/hswaw/site/calendar/event.go b/hswaw/site/calendar/event.go
index 19a916b..141e4a6 100644
--- a/hswaw/site/calendar/event.go
+++ b/hswaw/site/calendar/event.go
@@ -19,6 +19,8 @@
 	UID string
 	// Summary is the 'title' of the event, usually a short one-liner.
 	Summary string
+	// Full description of event. Might contain multiple lines of test.
+	Description string
 	// Start and End of the events, potentially whole-day dates. See EventTime
 	// for more information.
 	// If Start is WholeDay then so is End, and vice-versa.