aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feeds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/feeds.py b/feeds.py
index cdecd73..564b285 100644
--- a/feeds.py
+++ b/feeds.py
@@ -80,7 +80,7 @@ class IcalFeed(Feed):
"dtstart": item.begin,
"dtend": item.end,
"dtstamp": item.last_update,
- "summary": item.name,
+ "summary": item.name + " (" + item.type + ")",
"location": format_rooms(item.rooms.all())}