NAME
Net::OpenXchange::Module::Contact - OpenXchange contact module
VERSION
version 0.001
SYNOPSIS
Net::OpenXchange::Module::Contact interfaces with the calendar API of OpenXchange. It works with instances of Net::OpenXchange::Object::Contact.
When using Net::OpenXchange, an instance of this class is provided as the contact
attribute.
METHODS
all
my @contacts = $module_calendar->all(folder => $folder);
Fetch all contacts from the given folder
AUTHOR
Maximilian Gass <maximilian.gass@credativ.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Maximilian Gass.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.