Closed
Bug 213667
Opened 22 years ago
Closed 22 years ago
Unable to write to file /export/home/moi/biduleundefined when exporting in VCS
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ridben, Assigned: mostafah)
References
Details
Attachments
(1 file)
573 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.5a) Gecko/20030723
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.5a) Gecko/20030723
When I want to export an event in a CVS File The calendar say : Unable to write
to file /export/home/moi/biduleundefined
Reproducible: Always
Steps to Reproduce:
1. New Event
2. Title: Blabla, Location: Marseille, Note: Very Important, Start: 05:00, End:
06:00
3. OK
4. Export selected event
5. I choose vCalendar Files (vcs)
6. Save
7. Alert: Unable to write to file /export/home/moi/blablaundefined
Comment 1•22 years ago
|
||
New contact from mikep@oeone.com to mostafah@oeone.com
Filter on string OttawaMBA to get rid of these messages.
Sorry for the spam.
Assignee: mikep → mostafah
Comment 2•22 years ago
|
||
Mozilla Calendar 2003080411-cal
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030718
Win2k sp2
I have verified similar behaviour.
Steps to reproduce:
1. Select to export event
2. Choose vCalendar Files
3. Save
4. Alert: unable to write to file...xyz.vcs
File xyz.vcs is created, but it is empty (size 0k).
Yep, same behaviour here....
Mozilla Calendar 2003092614-cal
Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.5) Gecko/20031007
Win2K
Comment 4•22 years ago
|
||
I have the same problem, when i export to vCalendar (*.vcs).
I think, it is a missing case-select in the function "saveEventsToFile" at the
file "importExport.js":
+ case 6 : // vcs
+ aDataStream = eventArrayToICalString( calendarEventArray, true );
+ extension = extensionvCalendar;
+ charset = "UTF-8";
+ break;
I try to create a patch-file from "calendar-TB-MozillaSuite-031113.xpi" at
<http://pagesperso.laposte.net/ericb/>.
Comment 5•22 years ago
|
||
I use "calendar-TB-MozillaSuite-031113.xpi" from
<http://pagesperso.laposte.net/ericb/>.
Assignee | ||
Comment 6•22 years ago
|
||
Patch checked into CVS.Thanks.
Yes, that solves the problem, however take note that the actual created file is
an ics file so you might have as well just exported to .ics.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 7•21 years ago
|
||
*** Bug 222637 has been marked as a duplicate of this bug. ***
Comment 8•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: General. Be afraid for your sanity!
QA Contact: gurganbl → general
You need to log in
before you can comment on or make changes to this bug.
Description
•