Setup guide

Custom GAL Files 85
Custom GAL Considerations:
•The
<atom:id><id>
value must be a unique value for each user.
To remove a user from the GAL, do not remove the XML file entry. Instead, set the
gd:deleted
value to true by adding the following value:
<gd:deleted>true</gd:deleted>
Sample GAL File
For an example of updating the GAL file to include phone numbers, see the sample GAL file
below.
Sample Static GAL XML Format
<?xml version="1.0" encoding="utf-8"?>
<atom:feed
xmlns="http://schemas.google.com/gal/2009"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
xmlns:gd="http://schemas.google.com/g/2005"
xmlns:gal="http://schemas.google.com/gal/2009">
<atom:entry>
<atom:id>https://apps-apis.google.com/a/feeds/example.com/user/2.0/
juser</atom:id>
<atom:published>2009-06-16T20:09:23.998944</atom:published>
<atom:updated>2009-06-16T20:09:23.998944</atom:updated>
<atom:title type="text">User, Joe</atom:title>
<gal:type type="profile"/>
<gal:displayname>Joe User</gal:displayname>
<gal:givenname>Joe</gal:givenname>
<gal:surname>User</gal:surname>
<gal:company>Example, Inc.</gal:company>
<gal:department>Information Systems</gal:department>
<gal:title>System Administrator</gal:title>
<gal:address work="1600 Amphitheatre Pkwy Mountain View, CA 94043"
home=""/>
<gal:phone work="(650) 253-0000" home="" mobile="1 (650) 555-1212"
other=""/>
<gal:email>juser@example.com</gal:email>
<gal:syncid id="0"/>
email
Contact’s email address.
Example:
<gal:email>juser@example.com</gal:email>
deleted
Set to
true
to remove contact,
false
otherwise.
Example:
<gd:deleted>false</gd:deleted>
XML Field
Description