[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Exports
From: |
sigurdne |
Subject: |
Re: [Phpgroupware-developers] Exports |
Date: |
Fri, 18 Mar 2005 15:16:21 +0100 |
You can do this from within the app property:
Place your drop-in export filter in /property/inc/custom/
Example file name: organize_drawing.php
Got to admin->property->Async servises
Klick the add button
Name as 'property.custom_functions.index'
Data as : 'function=<name_of_the_file>'
Example: 'function=organize_drawing'
Klick the 'Run Now'-link, and klick 'yes' at the next question
(lag_lang_filer.php is a very simple example (Extracts the Norwegian
translation to the app property from the database))
Sigurd
>Hi,
>
>Unfortunately (fortunately?) our company has out grown phpGroupware. We are
>moving to Groupwise. We have years worth of Calander, Notes and Addresses we
>can't loose. Addresses and Notes are easy to get, however, it would be nice
>if there were an export to PDA option for Notes like Addresses have. The
>biggest issue is getting the Calendar events out. How do we? How long would
>it take to get this export option into CVS?
>
>Thanks guys and I'm still pulling for you.