Net::Google::Calendar::Server is a Perl module that pretends to be like Google's Calendar.
SYNOPSIS
# in reality this will be something like the Apache handler
my $handler = Net::Google::Calendar::Server::Handler::Foo->new;
# $be_class might be ICalendar and $au_class might be Dummy
my $cal = eval {
Net::Google::Calendar::Server->new( backend_class => $be_class, backend_opts => ºckend_opts,
auth_class => $au_class, auth_opts => \%auth_opts )
};
return $self->error($@) if $@;
return $cal->handle_request($handle);
Product's homepage
Requirements:
· Perl