diff --git a/htdocs/feed.php b/htdocs/feed.php
index 045beb29..cf04fd62 100644
--- a/htdocs/feed.php
+++ b/htdocs/feed.php
@@ -154,6 +154,11 @@ function caldav_get_feed( $request ) {
$content .= '
'
.'' . translate('URL') . ': ' . hyperlink($p_url->Value());
+ $p_cat = $event_data[0]->GetProperty('CATEGORIES');
+ if ( $p_cat != null )
+ $content .= '
'
+ .'' . translate('Categories') . ': ' . $p_cat->Value();
+
$p_description = $event_data[0]->GetProperty('DESCRIPTION');
if ( $p_description != null && $p_description->Value() != '' ) {
$content .= '
'