Difference between revisions of "Using the export servlet"

Line 15: Line 15:
  
  
[[Category:OX6 related]]
+
[[Category:OX6]]

Revision as of 01:53, 27 June 2009

There are two things to do with the export servlet:

  • You can use it to export data from OX: Hyperion
    • Example: Exporting you Contacts as vCards.
  • you can extend it to export new formats
    • Example: Currently, the CSV format can only be used to export contacts. You can extend it to export appointments.


Exporting data using existing exporters is done using the API, as explained in HTTP API.

Adding a new exporter is explained in Building an exporter.

See also: Using the import servlet.