Net::Google::Calendar::Server

Pretend to be like Google's Calendar
Download

Net::Google::Calendar::Server Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Wistow
  • Publisher web site:
  • http://search.cpan.org/~simonw/

Net::Google::Calendar::Server Tags


Net::Google::Calendar::Server Description

Pretend to be like Google's Calendar 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); Requirements: · Perl


Net::Google::Calendar::Server Related Software