If I add a new calendar event in the calendar app, it is not getting synced properly to google and never shows up in the google calendar.
The log shows that it's trying to sync but it never appears in google:
static void ViewWatcher::onObjectsAdded(ECalClientView*, GSList*, ViewWatcher*) 0x19dffb8
syn requested for account: "<email address hidden>" "calendar"
Pushed into queue
Sync requested service: "<email address hidden>" "calendar"
Configure account for service: "<email address hidden>" "calendar"
start configure for services ("calendar")
config session created "google-calendar-3" "idle"
account config done "<email address hidden>" "calendar"
virtual QList<QtOrganizer::QOrganizerCollection> QOrganizerEDSEngine::collections(QtOrganizer::QOrganizerManager::Error*)
virtual bool QOrganizerEDSEngine::startRequest(QtOrganizer::QOrganizerAbstractRequest*)
virtual bool QOrganizerEDSEngine::waitForRequestFinished(QtOrganizer::QOrganizerAbstractRequest*, int)
last status "200"
sync Mod QMap(("calendar_uoa_3", "two-way"))
Syncronization "Start sync: <email address hidden> (calendar)"
Sync started "<email address hidden>" "calendar"
Progress 0
sync done with "calendar_uoa_3" "idle"
State changed to "running" during 1
Progress 0
sync done with "calendar_uoa_3" "idle"
sync done with "contacts_uoa_3" "idle"
Status changed invalid; "running;waiting"
sync done with "calendar_uoa_3" "idle"
sync done with "contacts_uoa_3" "idle"
State changed to "running" during 1
sync done with "calendar_uoa_3" "running"
sync done with "contacts_uoa_3" "idle"
State changed to "running" during 1
Progress 38
Progress 69
sync done with "calendar_uoa_3" "running"
sync done with "contacts_uoa_3" "idle"
Status changed invalid; "running;waiting"
sync done with "calendar_uoa_3" "running"
sync done with "contacts_uoa_3" "idle"
State changed to "running" during 1
sync done with "calendar_uoa_3" "done"
sync done with "contacts_uoa_3" "idle"
State changed to "running" during 1
sync done with "calendar_uoa_3" "done"
sync done with "contacts_uoa_3" "idle"
Status changed invalid; "running;waiting"
sync done with "calendar_uoa_3" "done"
sync done with "contacts_uoa_3" "idle"
State changed to "running" during 1
Progress 100
sync done with "calendar_uoa_3" "done"
sync done with "contacts_uoa_3" "idle"
Syncronization "Sync done: <email address hidden> (calendar) Status: 200 "
Sync done "<email address hidden>" "calendar"
note, modifications of existing calendar events that came from google in the calendar app correctly sync back to google. Just not new events created in calendar app.