Difference between revisions of "Using the export servlet"

(Move to https://documentation.open-xchange.com/)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
There are two things to do with the export servlet:
 
There are two things to do with the export servlet:
  
* You can use it to export data from OX: Hyperion
+
* You can use it to export data from Open-Xchange Server
 
** Example: Exporting you Contacts as vCards.  
 
** Example: Exporting you Contacts as vCards.  
 
* you can extend it to export new formats
 
* you can extend it to export new formats
Line 7: Line 7:
  
  
Exporting data using existing exporters is done using the API, as explained in [[HTTP_API#Module_.22export.22 | HTTP API]].
+
Exporting data using existing exporters is done using the API, as explained in [https://documentation.open-xchange.com/ HTTP API (export module)].
  
 
Adding a new exporter is explained in [[Building an exporter]].
 
Adding a new exporter is explained in [[Building an exporter]].
Line 15: Line 15:
  
  
[[Category:OX6 related]]
+
[[Category:OX6]]

Latest revision as of 13:43, 29 June 2016

There are two things to do with the export servlet:

  • You can use it to export data from Open-Xchange Server
    • 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 (export module).

Adding a new exporter is explained in Building an exporter.

See also: Using the import servlet.