Closed
Bug 163820
Opened 22 years ago
Closed 22 years ago
No ParseIcalString for todo objects, making Task import impossible
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ajbu, Assigned: mostafah)
References
Details
There is no ParseIcalString in the todo class, so the implementation of
oeICalEventImpl::ParseIcalString is called, and the complete/due/percent
properties are not imported.
Blocks: cal-importing
Assignee | ||
Comment 3•22 years ago
|
||
Would it be good enough to add two functions with different names to the
icaltodo interface, like getTodoIcalString() and parseTodoIcalString()?
Status: NEW → ASSIGNED
That's possible, I can do a check (aObject inheritsOf oeITodo?) and call the
proper method.
Assignee | ||
Comment 5•22 years ago
|
||
Added two functions:
getTodoIcalString() and
parseTodoIcalString()
Fixed in CVS.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 6•18 years ago
|
||
Mass move of libxpical bugs to the Internal Components, per ctalbert.
Component: libxpical → Internal Components
Comment 7•18 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Internal Components. Be afraid for your sanity!
QA Contact: colint → base
You need to log in
before you can comment on or make changes to this bug.
Description
•