TeamAgenda connectors for importing your contacts, to-do and calendar events into FileMaker
The TeamAgenda Connector for FileMaker is currently is beta. You can use and evaluate it. You can download it from the Customer Support section of the Teamsoft web site available Here !
FileMaker Database Sample
How to install the connectors ?
Notes
Releases Notes
How to use the connectors ?
Version 1.0.0
First beta release.
Questions
Send enhancement request to marketing@teamsoft.com
Send request for support to support@teamsoft.com
Get the FileMaker connector from the customer download section at the following URL:
http://www.teamsoft.com/customer_support_patches.php
Extract (unzip) the package and copy the files (fmadressbook.exe, fmcategory.exe, fmcalendar.exe and fmtodo.exe) in the Web document folder. The default folder is:
/Library/WebServer/Documents/Calendar
Requirements
Mac OS X 10.5.8 Intel computer only
TeamAgenda Server Version 5.0.10
TeamAgenda Version 5.0.10
WebAgenda Version 5.0.10
FileMaker Pro Advanced Version 10.0
The is a sample of a database that can be used as a demo for testing the import of your TeamAgenda address book, to-do, calendar events and categories.
Start FileMaker and open the demo database. Select a layout and go into File. Select Import Records and XML Data Source.
Specify HTTP Request as an XML Data Source. Enter the URL of the data that your want to import. See below for the URL.
Select File for the XSL Style Sheet. Use the XSL Style Sheet from the Filemaker example. The file is available in
Examples/XML Examples/Import/MSDSO_ELEM/msdo_elem.xsit
in your FIlemaker Application directory.
Building the URL for a connector
Address Book
http://myServerName/directory/fmaddressbook.exe?username=myUsername&password=myPassword
Calendar Events
http://myServerName/directory/fmcalendar.exe?
username=myUsername&password=myPassword&
uid=theUid&month=theMonth&year=theYear
To-Do
http://myServerName/directory/fmtodo.exe?username=myUsername&password=myPassword
Category
http://myServerName/directory/fmaddressbook.exe?username=myUsername&password=myPassword
Replace the following from the URL:
myServerName : The name or IP of your server.
directory : The path where the connector is. The default is Calendar
myUsername : Your TeamAgenda username
myPassword : Your TeamAgenda password
theUid : The uid of the calendar that you want to see. You can get the uid from the address book.
theMonth : The month of the calendar that you want to see.
theYear : The year of the calendar that you want to see.
You can build the url in a browser. You should see some data appearing in the browser. It is easier to debug. When the url satisfied your request, you can cut and paste it in FIlemaker.