We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ed55e commit 111127cCopy full SHA for 111127c
src/Freq.php
@@ -56,7 +56,7 @@ class Freq {
56
protected $cache; // getAllOccurrences()
57
58
/**
59
- * Constructs a new Freqency-rule
+ * Constructs a new Frequency-rule
60
*
61
* @param $rule string
62
* @param $start int Unix-timestamp (important : Need to be the start of Event)
tests/cal/multiple_categories.ics
@@ -42,7 +42,7 @@ END:VALARM
42
END:VEVENT
43
BEGIN:VEVENT
44
UID:14556F9B7-6136-444E-A58D-472564C6AA73
45
-SUMMARY:soemthing somethinf
+SUMMARY:something something
46
DESCRIPTION:weekly 1on1
47
CATEGORIES:one
48
CATEGORIES:two
@@ -64,4 +64,4 @@ TRIGGER;RELATED=START:-PT5M
64
DESCRIPTION:Reminder
65
END:VALARM
66
67
-END:VCALENDAR
+END:VCALENDAR
0 commit comments