eGroupWare/phpGroupWare Compatibility Layer (Note: the tarball got lost.) The attached tarball can be used as a stub Horde application with HEAD versions of Horde (3.2 and later) to map xml-rpc calls that expect phpgw's API into Horde. Setup First add the following code to horde/config/registry.php:
$this->applications['phpgw'] = array(
'fileroot' => dirname(__FILE__) . '/../phpgw',
'webroot' => $this->applications['horde']['webroot'] . '/phpgw',
'name' => _("phpGW Adaptor"),
'status' => 'notoolbar',
'provides' => 'phpgw',
);
Then extract the attached package into the horde directory.
Now you may read your calendar with any eGroupWare/phpGroupWare compatible calendar application.