Skip Menu |

This queue is for tickets about the Net-CalDAVTalk CPAN distribution.

Report information
The Basics
Id: 125257
Status: new
Priority: 0/
Queue: Net-CalDAVTalk

People
Owner: Nobody in particular
Requestors: tibbs [...] math.uh.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: _can_event fails to detect that cyrus-imapd 3.0.6 supports events
Date: Tue, 01 May 2018 13:55:33 -0500
To: bug-Net-CalDAVTalk [...] rt.cpan.org
From: Jason L Tibbitts III <tibbs [...] math.uh.edu>
According to https://github.com/cyrusimap/cyrus-imapd/issues/2332#issuecomment-385701321, Net::CalDAVTalk's _can_event method requires that application/event+json is a supported mediatype, but it should be checking for text/calendar instead. This causes the _can_event method to return false for cyrus-imapd 3.0.6 even though it does support events. Things were fine with cyrus-imapd 3.0.5, at least when it was compiled with JMAP support. (I did not try without it.)