oxtender fetches remote events from ox-server but only local entered events show up in calendar view.
remote events show up on ipod-touch using the builtin exchange-connector and webaccess.
synchronizing contacts works fine.
how can i solve this problem?
thanks in advance, regards joerg eichhorn
details:
oxserver is OX6, called mailxchange by 1&1
i have upgraded thunderbird from 3.0x to 3.1.4
i have installed ligthning addon, added one appointment.
after that i installed open-xchange-thunderbird-connector-1.7.0-0-TB3.xpi
and entered server data
useragent appears as this:
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4
OXTender4Thunderbird 1.7.0-0
after synchronizing oxtender:
%profiledir%/oxtender.sqlite
dump oxcalendar_app_id_mapping:
%profiledir%/calendar-data/local.sqlite
dump cal_events:
................
readAppointments for folder 57
read appointments url: https://www.mailxchange.de/ajax/cale...=1300960424000
recieved 3 appointments from server
ox6Object2InternalObject: 1
ox6Object2InternalObject: 2
ox6Object2InternalObject: 6
ox6 readAppointmentsReady
3 appointments converted from server response
readAppointmentsReady event detected for folder: 57
3 appointments fetched
listAppointmentIdsForFolder: SQL: SELECT local_id FROM oxcalendar_app_data WHERE folder = ?1
getSyncObjects for folder: 57
getSyncObjects: SELECT local_id, remote_id, local_timestamp, remote_folder, remote_timestamp FROM oxcalendar_app_id_mapping WHERE folder = ?1
mapping for local id e2cf9239-8b13-4b4b-8109-e20f8adda0ba found by remote id: 1
save appointment as pos 0 from 3 appointments
existsAppointmentData folder=57, localId=e2cf9239-8b13-4b4b-8109-e20f8adda0ba
saveAppointmentData: folderId=57, localId=e2cf9239-8b13-4b4b-8109-e20f8adda0ba, exists=true
mapping for local id 95e0d351-1a52-45fe-a605-f7ab6be0f3bb found by remote id: 2
save appointment as pos 1 from 3 appointments
existsAppointmentData folder=57, localId=95e0d351-1a52-45fe-a605-f7ab6be0f3bb
saveAppointmentData: folderId=57, localId=95e0d351-1a52-45fe-a605-f7ab6be0f3bb, exists=true
mapping for local id 5ee0420e-d472-42fa-8b3b-df018f2afe7d found by remote id: 6
save appointment as pos 2 from 3 appointments
existsAppointmentData folder=57, localId=5ee0420e-d472-42fa-8b3b-df018f2afe7d
saveAppointmentData: folderId=57, localId=5ee0420e-d472-42fa-8b3b-df018f2afe7d, exists=true
read 3 appointments from server, added 3 appointments to local storage
delete 0 item from local storage
no old local entries to delete in folder 57
merged 3 items to storage for folder 57
startCalendarSync: read folder at pos 1 from 1 folders
calendarSyncReady: refresh all OX calendar
start main thread action: refreshCalendars
start main thread action: startAddressbookSync
startAddressbookSync
................
remote events show up on ipod-touch using the builtin exchange-connector and webaccess.
synchronizing contacts works fine.
how can i solve this problem?
thanks in advance, regards joerg eichhorn
details:
oxserver is OX6, called mailxchange by 1&1
i have upgraded thunderbird from 3.0x to 3.1.4
i have installed ligthning addon, added one appointment.
after that i installed open-xchange-thunderbird-connector-1.7.0-0-TB3.xpi
and entered server data
useragent appears as this:
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4
OXTender4Thunderbird 1.7.0-0
after synchronizing oxtender:
%profiledir%/oxtender.sqlite
dump oxcalendar_app_id_mapping:
Code:
"folder";"local_id";"local_timestamp";"remote_id";"remote_folder";"remote_timestamp" 57;"e2cf9239-8b13-4b4b-8109-e20f8adda0ba";"0";"1";"0";"0" 57;"95e0d351-1a52-45fe-a605-f7ab6be0f3bb";"0";"2";"0";"0" 57;"5ee0420e-d472-42fa-8b3b-df018f2afe7d";"0";"6";"0";"0"
dump cal_events:
Code:
"time_created";"last_modified";"priority";"flags";"event_start";"event_end";"event_stamp";"recurrence_id";"alarm_last_ack" 1285408273000000;1285408276000000;;4;1285408800000000;1285412400000000;1285408276000000;;
................
readAppointments for folder 57
read appointments url: https://www.mailxchange.de/ajax/cale...=1300960424000
recieved 3 appointments from server
ox6Object2InternalObject: 1
ox6Object2InternalObject: 2
ox6Object2InternalObject: 6
ox6 readAppointmentsReady
3 appointments converted from server response
readAppointmentsReady event detected for folder: 57
3 appointments fetched
listAppointmentIdsForFolder: SQL: SELECT local_id FROM oxcalendar_app_data WHERE folder = ?1
getSyncObjects for folder: 57
getSyncObjects: SELECT local_id, remote_id, local_timestamp, remote_folder, remote_timestamp FROM oxcalendar_app_id_mapping WHERE folder = ?1
mapping for local id e2cf9239-8b13-4b4b-8109-e20f8adda0ba found by remote id: 1
save appointment as pos 0 from 3 appointments
existsAppointmentData folder=57, localId=e2cf9239-8b13-4b4b-8109-e20f8adda0ba
saveAppointmentData: folderId=57, localId=e2cf9239-8b13-4b4b-8109-e20f8adda0ba, exists=true
mapping for local id 95e0d351-1a52-45fe-a605-f7ab6be0f3bb found by remote id: 2
save appointment as pos 1 from 3 appointments
existsAppointmentData folder=57, localId=95e0d351-1a52-45fe-a605-f7ab6be0f3bb
saveAppointmentData: folderId=57, localId=95e0d351-1a52-45fe-a605-f7ab6be0f3bb, exists=true
mapping for local id 5ee0420e-d472-42fa-8b3b-df018f2afe7d found by remote id: 6
save appointment as pos 2 from 3 appointments
existsAppointmentData folder=57, localId=5ee0420e-d472-42fa-8b3b-df018f2afe7d
saveAppointmentData: folderId=57, localId=5ee0420e-d472-42fa-8b3b-df018f2afe7d, exists=true
read 3 appointments from server, added 3 appointments to local storage
delete 0 item from local storage
no old local entries to delete in folder 57
merged 3 items to storage for folder 57
startCalendarSync: read folder at pos 1 from 1 folders
calendarSyncReady: refresh all OX calendar
start main thread action: refreshCalendars
start main thread action: startAddressbookSync
startAddressbookSync
................
Comment