From: <svn...@op...> - 2010-08-13 23:00:15
|
Author: cdfrey Date: Sat Aug 14 01:00:07 2010 New Revision: 6082 URL: http://www.opensync.org/changeset/6082 Log: Use xmlformat-event-doc and xmlformat-contact-doc Need the string versions of the XML data, not the binary ones. Modified: plugins/google-calendar/src/google-data Modified: plugins/google-calendar/src/google-data ============================================================================== --- plugins/google-calendar/src/google-data Sat Aug 14 01:00:00 2010 (r6081) +++ plugins/google-calendar/src/google-data Sat Aug 14 01:00:07 2010 (r6082) @@ -38,7 +38,7 @@ <Formats> <Format> <!-- <Name>google-contact</Name> --> - <Name>xmlformat-contact</Name> + <Name>xmlformat-contact-doc</Name> </Format> </Formats> <Name>My private google contacts</Name> @@ -51,7 +51,7 @@ <Formats> <Format> <!-- <Name>google-event</Name> --> - <Name>xmlformat-event</Name> + <Name>xmlformat-event-doc</Name> </Format> </Formats> <Name>My private google calendar</Name> |