mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 10:28:48 +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
97e343da19
commit
0214de953e
@ -779,8 +779,9 @@ class Horde_iCalendar {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
// Recurrence fields.
|
// Recurrence fields.
|
||||||
case 'EXRULE':
|
|
||||||
case 'RRULE':
|
case 'RRULE':
|
||||||
|
break;
|
||||||
|
case 'EXRULE':
|
||||||
|
|
||||||
//Text Fields
|
//Text Fields
|
||||||
case 'SUMMARY':
|
case 'SUMMARY':
|
||||||
|
Loading…
Reference in New Issue
Block a user