We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647cf9e commit 7bd8708Copy full SHA for 7bd8708
calendar_test.go
@@ -341,6 +341,31 @@ ATTENDEE;CN=Test\;User:mailto:user@example.com
341
CLASS:PUBLIC
342
END:VEVENT
343
END:VCALENDAR
344
+`,
345
+ },
346
+ {
347
+ name: "test RRULE escaping",
348
+ input: `BEGIN:VCALENDAR
349
+VERSION:2.0
350
+X-CUSTOM-FIELD:test
351
+PRODID:-//arran4//Golang ICS Library
352
+DESCRIPTION:test
353
+BEGIN:VEVENT
354
+RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=SU
355
+CLASS:PUBLIC
356
+END:VEVENT
357
+END:VCALENDAR
358
359
+ output: `BEGIN:VCALENDAR
360
361
362
363
364
365
366
367
368
369
`,
370
},
371
}
0 commit comments