OGoUnload
Up one levelThis python script uses the XML-RPC API to unload OGo data to an XML file; primarily this is used to load data into the OGo client I'm writing - but it might be handy to someone else.
Currently it unloads -
1. All Accounts
2. All Teams
3. All Projects you have access to.
4. You To Do list.
It doesn't do Contacts, Enterprises, Resources, or Apointments yet, since I'm not addressed those yet in the app.
-
OGoUnload.py
- Takes three parameters (1) url (2) username (3) password