Couldn't autofetch calendar: get http://baikal.local/cal.php/principals/test/testshift failed: Not Implemented at /usr/local/share/perl/5.10.1/Cal/DAV.pm line 307.
####
Get the underlying cal object
=cut
sub cal {
my $self = shift;
if (!defined $self->{_cal}) {
my $ret = $self->get || die "Couldn't autofetch calendar: ".$self->dav->message;
}
return $self->{_cal};
}
####
'_uri' => bless( do{\(my $o = 'http://baikal.local/cal.php/calendars/test/testshift')}, 'URI::http' ),
'_headers' => bless( {
'user-agent' => 'DAV.pm/v0.47',
'content-length' => 191,
'host' => 'baikal.local:80'
}, 'HTTP::Headers' ),
'_method' => 'PUT',
'_uri_canonical' => $VAR1->{'_dav'}{'_comms'}{'_last_request'}{'_uri'}
}, 'HTTP::Request' ),
'_headers' => bless( {}, 'HTTP::DAV::Headers' ),
'_last_response' => bless( {
'_content' => '
Sabre\\DAV\\Exception\\Conflict
PUT is not allowed on non-files.
1.8.7
',
'_protocol' => 'HTTP/1.1',
'_headers' => bless( {
'connection' => 'close',
####
'_previous' => bless( {
'_protocol' => 'HTTP/1.1',
'_content' => '
Sabre\\DAV\\Exception\\NotAuthenticated
No basic authentication headers were found
1.8.7
',
'_rc' => '401',
'_headers' => bless( {
'connection' => 'close',
####
# dave -tmpdir . -debug 3 -u test -p test "http://baikal.local/cal.php/principals/test/"
dave -- DAV Explorer (v2.00)
Try "help", or "open http://host.com/dav_enabled_dir/"
Setting auth details for baikal.local:80, default to 'test', 'test'
new_resource: For http://baikal.local/cal.php/principals/test/, creating new resource
Resetting user and password for baikal.local:80, BaikalDAV
Using user/pass combo: test test. For BaikalDAV, http://baikal.local/cal.php/principals/test/
Resetting user and password for baikal.local:80, BaikalDAV
Setting auth details for baikal.local:80, BaikalDAV to 'test', 'test'
Resetting user and password for baikal.local:80, BaikalDAV
** Connected to http://baikal.local/cal.php/principals/test/ **
dave> get testshift
Valid Command: "get"
get: http://baikal.local/cal.php/principals/test/testshift -> /var/www/nmc/shiftplan/testshift
new_resource: For http://baikal.local/cal.php/principals/test/testshift, creating new resource
Resetting user and password for baikal.local:80, BaikalDAV
**Server response: Not Found
dave> quit
Valid Command: "quit"
Bye