diff --git a/htdocs/feed.php b/htdocs/feed.php
index cf04fd62..28a40b16 100644
--- a/htdocs/feed.php
+++ b/htdocs/feed.php
@@ -165,6 +165,7 @@ function caldav_get_feed( $request ) {
.'
'
.'' . translate('Description') . ':
' . ( nl2br(hyperlink($p_description->Value())) )
;
+ $item->setDescription($p_description->Value());
}
$item->setContent($content);