Visual Basic API for Open-Xchange
The VB<>OX project aims at delivering an easy-to-use, open-source API for accessing OpenXchange from within Visual Basic (for Applications) programs. The API provides an abstraction layer to the VB application, hiding most of the complexity of the OpenXchange interfaces behind a number of Visual Basic classes.
As of release 0.1.1, the library already provides an interface for accessing the OpenXchange calendar. You can
-
Create and store new appointments
-
Retrieve existing appointments by their (internal) ID
-
Modify (most of) the properties of an appointment, like add or remove participants, change start and end dates etc., and of course
-
Update appointments on the server
-
Delete appointments from the server
For more information, and for a short example about how to retrieve an appointment with about 6 lines of VBA code, visit the project homepage on http://vbox.sourceforge.net.
