NAME
Net::OpenXchange::Module::Calendar - OpenXchange calendar module
VERSION
version 0.001
SYNOPSIS
Net::OpenXchange::Module::Calendar interfaces with the calendar API of OpenXchange. It works with instances of Net::OpenXchange::Object::Appointment.
When using Net::OpenXchange an instance of this class is provided as the calendar
attribute.
METHODS
all
my @appointments = $module_calendar->all(
start => $start_dt,
end => $end_dt,
);
Fetch all appointments in the given date range and return a list of them.
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.