Home
The Toolkit for Online Communities
15892 Community Members, 0 members online, 2181 visitors today
Log In Register

Forum OpenACS Q&A: Calendar Export?

OpenACS Home : Forums : OpenACS Q&A : Calendar Export?

Icon of Envelope Request notifications

+
Posted by Dave Weis on
Is there an easy way to export appointments and hours from the calendar for billing purposes?
+
2: Re: Calendar Export? (response to 1)
Posted by Dirk Gomez on
What do you mean with easy way? Programming it or some way through the UI?

Through the UI: you can sync with Outlook but only single items I think.

Programming it: Take a look at the queries in views-postgresql.xql or views-oracle.xql. Spooling the results to a file should be straight-forward - the complexity here solely depends on the complexity of your export/import interface.