vobject icon indicating copy to clipboard operation
vobject copied to clipboard

Undefined index: plusminus

Open mschering opened this issue 5 years ago • 0 comments

I encountered an Invite from exchange server that contains this:

BEGIN:VALARM DESCRIPTION:REMINDER TRIGGER;RELATED=START:P ACTION:DISPLAY END:VALARM

It has a strange trigger value. This gives the following error in sabre/vobject:

feedback": "Undefined index: plusminus", "exceptionCode": 0, "exceptionClass": "ErrorException", "trace": [ "#0 /usr/local/share/src/www/vendor/sabre/vobject/lib/DateTimeParser.php(107): go\core\ErrorHandler::errorHandler(8, 'Undefined index...', '/usr/local/shar...', 107, Array)", "#1 /usr/local/share/src/www/vendor/sabre/vobject/lib/Component/VAlarm.php(32): Sabre\VObject\DateTimeParser::parseDuration(Object(Sabre\VObject\Property\ICalendar\Duration))", "#2 /usr/local/share/src/www/modules/calendar/model/Event.php(1871): Sabre\VObject\Component\VAlarm->getEffectiveTriggerTime()",

Perhaps this can be ignored?

mschering avatar Sep 06 '19 08:09 mschering