diff --git a/libraries/ParserVcalendar.inc b/libraries/ParserVcalendar.inc
index 9c18abb..f0d124b 100644
--- a/libraries/ParserVcalendar.inc
+++ b/libraries/ParserVcalendar.inc
@@ -215,6 +215,10 @@ class ParserVcalendar {
    */
   public function parseTextProperty($property_key, $vcalendar_component) {
     $text = $vcalendar_component->getProperty($property_key);
+
+    $json_value = json_encode($text);
+    watchdog('date_ical', "$property_key: $json_value");
+
     // In case someone writes a hook that adds a source for a multi-entry
     // property and a parameter of that same property, we need to force
     // iCalcreator to assume it has not accessed that property, yet.
