Advertisement
Guest User

Untitled

a guest
Feb 5th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. syncevolution --sync two-way loglevel=4 google@ical calendar
  2. [INFO @google-calendar] target side of local sync ready
  3. [INFO @google-calendar] @google-calendar/calendar: starting normal sync, two-way (peer is server)
  4. [INFO @google-calendar] creating complete data backup of source calendar before sync (enabled with dumpData and needed for printChanges)
  5. @google-calendar data changes to be applied during synchronization:
  6. *** @google-calendar/calendar ***
  7. after last sync | current data
  8. removed since last sync <
  9. > added since last sync
  10. -------------------------------------------------------------------------------
  11. > BEGIN:VCALENDAR
  12. > VERSION:2.0
  13. > BEGIN:VEVENT
  14. > SUMMARY:Test
  15. > DTEND;TZID=Europe/Paris:20130216T19
  16. > 0000
  17. > DTSTART;TZID=Europe/Paris:20130216T
  18. > 180000
  19. > SEQUENCE:0
  20. > STATUS:CONFIRMED
  21. > UID:hkrhk9606svt9pms1vlbi8pvt8@goog
  22. > le.com
  23. > END:VEVENT
  24. > BEGIN:VTIMEZONE
  25. > TZID:Europe/Paris [...]
  26. > END:VTIMEZONE
  27. > END:VCALENDAR
  28. -------------------------------------------------------------------------------
  29.  
  30. [ERROR @google-calendar] [hdr] Content-Type: application/vnd.google.gdata.error+xml; charset=UTF-8
  31. [ERROR @google-calendar] Header Name: [content-type], Value: [application/vnd.google.gdata.error+xml; charset=UTF-8]
  32. [INFO @google-calendar] @google-calendar/calendar: sent 1/1
  33. [INFO] @ical/calendar: starting normal sync, two-way (peer is client)
  34. [INFO] creating complete data backup of source calendar before sync (enabled with dumpData and needed for printChanges)
  35. @ical data changes to be applied during synchronization:
  36. *** @ical/calendar ***
  37. no changes
  38.  
  39. [INFO] @ical/calendar: started
  40. [INFO] adding "Test"
  41. [INFO] @ical/calendar: received 1
  42. [INFO] @ical/calendar: added 1, updated 0, removed 0
  43. [INFO @google-calendar] @google-calendar/calendar: started
  44. [INFO] @ical/calendar: normal sync done successfully
  45. [INFO @google-calendar] @google-calendar/calendar: normal sync done successfully
  46. [INFO @google-calendar] creating complete data backup after sync (enabled with dumpData and needed for printChanges)
  47.  
  48. Synchronization successful.
  49.  
  50. Changes applied during synchronization (@google-calendar):
  51. +---------------|-----------------------|-----------------------|-CON-+
  52. | | @google-calendar | @ical | FLI |
  53. | Source | NEW | MOD | DEL | ERR | NEW | MOD | DEL | ERR | CTS |
  54. +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  55. | calendar | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
  56. | two-way, 0 KB sent by client, 0 KB received |
  57. | item(s) in database backup: 17 before sync, 17 after it |
  58. +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  59. | start Tue Feb 5 16:01:12 2013, duration 0:06min |
  60. | synchronization completed successfully |
  61. +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  62. First ERROR encountered: [hdr] Content-Type: application/vnd.google.gdata.error+xml; charset=UTF-8
  63.  
  64. Data modified @google-calendar during synchronization:
  65. *** @google-calendar/calendar ***
  66. no changes
  67.  
  68. [INFO] creating complete data backup after sync (enabled with dumpData and needed for printChanges)
  69.  
  70. Synchronization successful.
  71.  
  72. Changes applied during synchronization:
  73. +---------------|-----------------------|-----------------------|-CON-+
  74. | | @ical | @google-calendar | FLI |
  75. | Source | NEW | MOD | DEL | ERR | NEW | MOD | DEL | ERR | CTS |
  76. +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  77. | calendar | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
  78. | two-way, 0 KB sent by client, 0 KB received |
  79. | item(s) in database backup: 16 before sync, 17 after it |
  80. +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  81. | start Tue Feb 5 16:01:12 2013, duration 0:07min |
  82. | synchronization completed successfully |
  83. +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  84. First ERROR encountered: [hdr] Content-Type: application/vnd.google.gdata.error+xml; charset=UTF-8
  85.  
  86. Data modified @ical during synchronization:
  87. *** @ical/calendar ***
  88. before sync | after sync
  89. removed during sync <
  90. > added during sync
  91. -------------------------------------------------------------------------------
  92. > BEGIN:VCALENDAR
  93. > VERSION:2.0
  94. > BEGIN:VEVENT
  95. > SUMMARY:Test
  96. > DTEND;TZID=Europe/Paris:20130216T19
  97. > 0000
  98. > DTSTART;TZID=Europe/Paris:20130216T
  99. > 180000
  100. > SEQUENCE:0
  101. > STATUS:CONFIRMED
  102. > UID:hkrhk9606svt9pms1vlbi8pvt8@goog
  103. > le.com
  104. > END:VEVENT
  105. > BEGIN:VTIMEZONE
  106. > TZID:Europe/Paris [...]
  107. > END:VTIMEZONE
  108. > END:VCALENDAR
  109. -------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement