With iCalendar extension you can create iCalendar (.ics) files from your data.
Commands
dbr.icalendar
- Create iCalendar file
Syntax
select 'dbr.icalendar', {filename}
Creating iCalendar file. Do not add anything else in the report. Open the report into new window or run it as a standalone report.
select 'dbr.icalendar', 'calendarfile';
select start_datetime, end_datetime, summary, description
from yourdata;