Updated contact's get_changes with the working changes for calendar's function
[opensync/google-calendar-cdf.git] / src / google-data
blob5a6dd2c7407722bed81939452a08a35e66c73508
1 <?xml version="1.0"?>
2 <config version="1.0">
3 <AdvancedOptions>
4 <AdvancedOption>
5 <!-- to be implemented in libgcal: use other calendar than default -->
6 <DisplayName>Calendar title</DisplayName>
7 <Name>title</Name>
8 <Type>string</Type>
9 <Value>default</Value>
10 </AdvancedOption>
12 <AdvancedOption>
13 <!-- to be implemented in libgcal: proxy -->
14 <DisplayName>Internet proxy</DisplayName>
15 <Name>proxy</Name>
16 <Type>string</Type>
17 <Value>http://localhost:8080</Value>
18 </AdvancedOption>
19 </AdvancedOptions>
21 <Authentication>
22 <Username>google_username</Username>
23 <Password>google_password</Password>
24 </Authentication>
26 <Resources>
27 <!-- google contacts -->
28 <Resource>
29 <Enabled>1</Enabled>
30 <Formats>
31 <Format>
32 <!-- <Name>google-contact</Name> -->
33 <Name>xmlformat-contact-doc</Name>
34 </Format>
35 </Formats>
36 <Name>My private google contacts</Name>
37 <ObjType>contact</ObjType>
38 </Resource>
40 <!-- google calendar -->
41 <Resource>
42 <Enabled>1</Enabled>
43 <Formats>
44 <Format>
45 <!-- <Name>google-event</Name> -->
46 <Name>xmlformat-event-doc</Name>
47 </Format>
48 </Formats>
49 <Name>My private google calendar</Name>
50 <ObjType>event</ObjType>
51 </Resource>
53 </Resources>
55 </config>