diff --git a/caldav/server.go b/caldav/server.go index c3d72cc..6369fb5 100644 --- a/caldav/server.go +++ b/caldav/server.go @@ -297,6 +297,9 @@ func (b *backend) propfindCalendar(ctx context.Context, propfind *internal.Propf internal.DisplayNameName: func(*internal.RawXMLValue) (interface{}, error) { return &internal.DisplayName{Name: cal.Name}, nil }, + calendarDescriptionName: func(*internal.RawXMLValue) (interface{}, error) { + return &calendarDescription{Description: cal.Description}, nil + }, supportedCalendarDataName: func(*internal.RawXMLValue) (interface{}, error) { return &supportedCalendarData{ Types: []calendarDataType{