Modify ↓
#6323 closed defect (fixed)
[Patch] Description for events
| Reported by: | root@… | Owned by: | xpech |
|---|---|---|---|
| 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 4 years ago by clown
comment:2 Changed 4 years ago by otaku42
- Summary changed from No description to [Patch] Description for events
comment:3 Changed 4 years ago by xpech
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 4 years ago by xpech
comment:5 Changed 4 years ago by xpech
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,