Modify ↓
#6323 closed defect (fixed)
[Patch] Description for events
| Reported by: | Al Nikolov | Owned by: | Xavier Pechoultres |
|---|---|---|---|
| Priority: | normal | Component: | IcalViewPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Events in ical don't have descriptions.
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Summary: | No description → [Patch] Description for events |
|---|
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



patch:
Index: icalview/icalview.py =================================================================== --- icalview/icalview.py (revision 7247) +++ icalview/icalview.py (working copy) @@ -137,7 +137,8 @@ attr_map = { "summary" : "SUMMARY", - "type" : "CATEGORIES" + "type" : "CATEGORIES", + "description" : "DESCRIPTION" } priority_map = { 'blocker' : 1,