<?xml version="1.0"?>
<config version="1.0">
  <AdvancedOptions>
    <AdvancedOption>
      <!-- to be implemented in libgcal: use other calendar than default -->
      <DisplayName>Calendar title</DisplayName>
      <Name>title</Name>
      <Type>string</Type>
      <Value>default</Value>
    </AdvancedOption>

    <AdvancedOption>
      <!-- to be implemented in libgcal: proxy  -->
      <DisplayName>Internet proxy</DisplayName>
      <Name>proxy</Name>
      <Type>string</Type>
      <Value>http://localhost:8080</Value>
    </AdvancedOption>
  </AdvancedOptions>

  <Authentication>
    <Username>google_username</Username>
    <Password>google_password</Password>
  </Authentication>

  <Resources>
    <!-- google contacts -->
    <Resource>
      <Enabled>1</Enabled>
      <Formats>
	<Format>
          <!-- <Name>google-contact</Name> -->
	  <Name>xmlformat-contact-doc</Name>
	</Format>
      </Formats>
      <Name>My private google contacts</Name>
      <ObjType>contact</ObjType>
    </Resource>

    <!-- google calendar -->
    <Resource>
      <Enabled>1</Enabled>
      <Formats>
	<Format>
          <!-- <Name>google-event</Name> -->
	  <Name>xmlformat-event-doc</Name>
	</Format>
      </Formats>
      <Name>My private google calendar</Name>
      <ObjType>event</ObjType>
    </Resource>

  </Resources>

</config>
