Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by Al Nikolov

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,

comment:2 Changed 14 years ago by Michael Renzmann

Summary: No description[Patch] Description for events

comment:3 Changed 14 years ago by Xavier Pechoultres

Resolution: fixed
Status: newclosed

(In [7248]) Fix #6323 : add Description for ticket to task attribute mapping. Many Thanks to clown for providing patch

comment:4 Changed 14 years ago by Xavier Pechoultres

(In [7251]) Fix #6323: best multi-line description support

comment:5 Changed 14 years ago by Xavier Pechoultres

(In [7252]) Fix #6323: best multi-line description support

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Xavier Pechoultres.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.