Closed
Bug 285019
Opened 20 years ago
Closed 20 years ago
import calendar doesn't work
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mvl, Assigned: mostafah)
References
Details
(Keywords: regression)
Attachments
(2 files)
10.11 KB,
patch
|
pavlov
:
first-review+
|
Details | Diff | Splinter Review |
5.83 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
file->import:
JavaScript strict warning: chrome://calendar/content/importExport.js, line 2029:
reference to undefined property gICalLib.addObserver
JavaScript error: chrome://calendar/content/importExport.js, line 2029:
gICalLib.addObserver is not a function
Reporter | ||
Comment 1•20 years ago
|
||
import should import an cvs file, or xml, or whatever (importExport.js) into a
calendar.
So this bug is mainly to make importExport.js work with the new interfaces.
Reporter | ||
Updated•20 years ago
|
Keywords: regression
Reporter | ||
Comment 2•20 years ago
|
||
This patch should be the beginning of a fix. It uses the ics service to parse a
ics file, instead of doing it in regexps. It might need some work on the
front-end, like the ability to select a calendar to import into.
Updated•20 years ago
|
Attachment #185046 -
Flags: first-review+
Reporter | ||
Comment 3•20 years ago
|
||
Comment on attachment 185046 [details] [diff] [review]
patch part 1 (checked in)
patch checked in. Leaving bug open for further issues
Attachment #185046 -
Attachment description: patch part 1 → patch part 1 (checked in)
Reporter | ||
Comment 4•20 years ago
|
||
It turns out there are only a few small problems left. This patch should fix
things.
Attachment #190747 -
Flags: first-review?(jminta)
Comment 5•20 years ago
|
||
Comment on attachment 190747 [details] [diff] [review]
misc fixes
+ alert(getStringBundle().GetStringFromName("unableToRead") +
filePath + "\n"+ex );
promptService, someday in the future.
r=jminta
Attachment #190747 -
Flags: first-review?(jminta) → first-review+
Reporter | ||
Comment 6•20 years ago
|
||
patch checked in. I believe import works now.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 7•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•