Setting config template to use gdata-format (It seems that I will
[gdataplugin.git] / src / google-data
blobd98405acfd29d5b935c7a60a0a76b7e6f43d4066
1 <?xml version="1.0"?>
2 <config version="1.0">
3 <AdvancedOptions>
4 <AdvancedOption>
5 <!-- Location of XSLT files used to make conversion -->
6 <DisplayName>Path to XSLT files</DisplayName>
7 <Name>xslt</Name>
8 <Type>string</Type>
9 <Value>/usr/local/share/libopensync1/defaults</Value>
10 </AdvancedOption>
12 <AdvancedOption>
13 <!-- to be implemented in libgcal: use other calendar than default -->
14 <DisplayName>Calendar title</DisplayName>
15 <Name>title</Name>
16 <Type>string</Type>
17 <Value>default</Value>
18 </AdvancedOption>
20 <AdvancedOption>
21 <!-- to be implemented in libgcal: proxy -->
22 <DisplayName>Internet proxy</DisplayName>
23 <Name>proxy</Name>
24 <Type>string</Type>
25 <Value>http://localhost:8080</Value>
26 </AdvancedOption>
27 </AdvancedOptions>
29 <Authentication>
30 <Username>google_username</Username>
31 <Password>google_password</Password>
32 </Authentication>
34 <Resources>
35 <!-- google contacts -->
36 <Resource>
37 <Enabled>1</Enabled>
38 <Formats>
39 <Format>
40 <Name>google-contact</Name>
41 </Format>
42 </Formats>
43 <Name>My private google contacts</Name>
44 <ObjType>contact</ObjType>
45 </Resource>
47 <!-- google calendar -->
48 <Resource>
49 <Enabled>1</Enabled>
50 <Formats>
51 <Format>
52 <Name>google-event</Name>
53 </Format>
54 </Formats>
55 <Name>My private google calendar</Name>
56 <ObjType>event</ObjType>
57 </Resource>
59 </Resources>
61 </config>