mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
RRULE should not be escaped by this class in egw, because it's generated with ; in it
This commit is contained in:
parent
aba8bc67d3
commit
e6334fe830
@ -779,8 +779,9 @@ class Horde_iCalendar {
|
||||
break;
|
||||
|
||||
// Recurrence fields.
|
||||
case 'EXRULE':
|
||||
case 'RRULE':
|
||||
break;
|
||||
case 'EXRULE':
|
||||
|
||||
//Text Fields
|
||||
case 'SUMMARY':
|
||||
|
Loading…
Reference in New Issue
Block a user