View Issue Details

IDProjectCategoryView StatusLast Update
0004984SOGoWeb Calendarpublic2020-03-18 10:06
Reporterrof Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version4.3.0 
Summary0004984: Add description and location in the calendar overview for printing.
Description

The calendar overview for printing is very good, unfortunately information about the appointment is missing. Especially the location and the description are missing. Can these be added in the view?!

TagsNo tags attached.

Activities

rof

rof

2020-03-18 10:06

reporter   ~0014222

We have helped ourselves by adding the following CSS:
@media print {
body[ng-app='SOGo.SchedulerUI'] div.md-dialog-container {
display: flex !important;
position: fixed;
align-items: baseline;
}
body[ng-app='SOGo.SchedulerUI'] div.md-dialog-container md-dialog-actions,
body[ng-app='SOGo.SchedulerUI'].md-dialog-is-showing main section div div.view-detail,
body[ng-app='SOGo.SchedulerUI'].md-dialog-is-showing main section div div.view-list md-content md-tabs {
display: none !important;
}
}

Now you can print a single appointment when the appropriate window is open.

Issue History

Date Modified Username Field Change
2020-03-09 16:22 rof New Issue
2020-03-18 10:06 rof Note Added: 0014222