Closed
Bug 314253
Opened 20 years ago
Closed 19 years ago
Don't update local changes in remote server
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rheras, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
When I create a new event, a lot of times (not always) don't create or change the event in the remote server, i.e:
http://www.icalx.com/private/myLoginxxx/calendar.ics
(it's my configuration)
and next when it reload remote calendar, it lost local change.
I've configure 'Automatically publish my changes in the remote server', but I don't know why sometimes it don't work fine.
Reproducible: Sometimes
Steps to Reproduce:
1.Create new event
2.Accept to create
3.Ok it appears locally, but if you create another one, when it reloads remote changes, it lost the first event.
Actual Results:
My new event was lost.
Expected Results:
New event are created on the server and I can see if i reload my remote calendar or open my calendar in another pc.
If I click to publish local changes (entire calendar) on the remote server, sometimes works but not always.
It's critical to solve it in next release, it's a very important problem.
I expect its not a server problem (icalx.com).
I don't know another server of this type to use it.
Comment 2•20 years ago
|
||
Reporter,
We're going to need a lot more detail if there's any hope of pinning this down. To begin with, you haven't provided any information about what version of Calendar you're running or in what program you have it as an extension. Furthermore, many many users successfully use remote calendars (making this WORKSFORME). Unless you can provide a clear way for developers to experience this bug, they have no way of fixing it.
It may help if, when you notice a problem like this, you consult the javascript console to see if there are any errors that have been reported there.
Version: Mozilla Calendar 2005011112-cal.
Thunderbird
Mozilla 1.7.12
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
I'd like to verify it in another remote calendar server, but I don't know another one.
There is not javaScript problems.
Version: Mozilla Calendar 2005011112-cal.
Thunderbird
Mozilla 1.7.12
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
I'd like to verify it in another remote calendar server, but I don't know another one.
There is not javaScript problems.
Comment 5•20 years ago
|
||
I suggest you try this in a nightly build, found here: ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk
Some JavaScripts errors from SunBird Calendar trying to change remote event (modify):
ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/
File: sunbird-0.2+.en-US.win32.zip
Errors:
Error: [Exception... "'Method not implemented' when calling method: [calICalendar::refresh]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: file:///E:/sunbird/components/calCompositeCalendar.js :: anonymous :: line 303" data: no]
Source File: file:///E:/sunbird/components/calCompositeCalendar.js
Line: 303
Error: Error in parsing value for property 'background-color'. Declaration dropped.
Source File: chrome://calendar/content/calendarProperties.xul
Line: 0
Comment 7•20 years ago
|
||
(In reply to comment #6)
> Error: [Exception... "'Method not implemented' when calling method:
> [calICalendar::refresh]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)"
> location: "JS frame :: file:///E:/sunbird/components/calCompositeCalendar.js ::
> anonymous :: line 303" data: no]
> Source File: file:///E:/sunbird/components/calCompositeCalendar.js
> Line: 303
Unless you're 100% sure that you should be using Caldav, you should use a Webdav calendar. .ics files are always webdav.
> Error: Error in parsing value for property 'background-color'. Declaration
> dropped.
> Source File: chrome://calendar/content/calendarProperties.xul
> Line: 0
This is unrelated and not a significant error.
More JavaScript errors in the same way (updating local calendar in the remote server):
Error: mozStorage exception: createStatement failed, statement: 'SELECT version FROM cal_calendar_schema_version LIMIT 1', error: 'no such table: cal_calendar_schema_version'
Source File: file:///D:/PROGRAM/Mozilla/CalendarSunbird/components/calStorageCalendar.js
Line: 128
Comment 9•20 years ago
|
||
(In reply to comment #8)
> Error: mozStorage exception: createStatement failed, statement: 'SELECT version
> FROM cal_calendar_schema_version LIMIT 1', error: 'no such table:
> cal_calendar_schema_version'
> Source File:
> file:///D:/PROGRAM/Mozilla/CalendarSunbird/components/calStorageCalendar.js
> Line: 128
>
This isn't an actual error. If there aren't any other errors in the javascript console, then the calendar should be publishing.
Comment 10•19 years ago
|
||
Reassigning all automatically assigned bugs from Mostafa to nobody@m.o
Bugspam filter: TorontoMostafaMove
Assignee: mostafah → nobody
Comment 11•19 years ago
|
||
WFM with
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070106 Calendar/0.4a1
I created few events, tested "Reload remote calendars", restarted calendar, disabled calendar (unselected it) and it looks fine for me
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•