also open "application/ics" in calendar like "text/calendar"

This commit is contained in:
Ralf Becker 2017-06-08 15:33:08 +02:00
parent 74152e8dbc
commit dd412dc071

View File

@ -59,6 +59,13 @@ class calendar_hooks
'mime_popup' => '850x590',
'mime_target' => '_blank'
),
'application/ics' => array(
'menuaction' => 'calendar.calendar_uiforms.edit',
'mime_data' => 'ical_data',
'mime_url' => 'ical_url',
'mime_popup' => '850x590',
'mime_target' => '_blank'
),
),
'merge' => true,
'entry' => 'Event',