mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
also open "application/ics" in calendar like "text/calendar"
This commit is contained in:
parent
74152e8dbc
commit
dd412dc071
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user