diff --git a/libraries/ParserVcalendar.inc b/libraries/ParserVcalendar.inc
index 9c18abb..ee59fd1 100644
--- a/libraries/ParserVcalendar.inc
+++ b/libraries/ParserVcalendar.inc
@@ -224,7 +224,7 @@ class ParserVcalendar {
       unset($vcalendar_component->propix[$property_key]);
     }
 
-    if (is_array($text) && isset($vcalendar_component->xprop[$property_key])) {
+    if (is_array($text)) {
       # This is an X-PROPERTY, which iCalcreator returns as an array like array('X-PROP-NAME', value).
       # We only care about the value, though.
       $text = $text[1];
