The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::OpenXchange::Module::Folder - OpenXchange folder module

VERSION

version 0.001

SYNOPSIS

Net::OpenXchange::Module::Folder interfaces with the calendar API of OpenXchange. It works with instances of Net::OpenXchange::Object::Folder.

When using Net::OpenXchange, an instance of this class is provided as the folder attribute.

METHODS

root

    my @root_folders = $module_folder->root();

Fetch root folders and return as list.

list

    my @child_folders = $module_folder->list($folder);

Fetch children of given folder and return as list.

resolve_path

    my $folder = $module_folder->resolve_path('Public folders', 'Calendar');

Walk folder hierarchy recursively and return folder with given path. Throws Net::OpenXchange::X::NotFound it a folder cannot be found along the path.

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.