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 9a832ea commit c2b4107Copy full SHA for c2b4107
.gitignore
@@ -1,7 +1,6 @@
1
vendor/
2
.idea/
3
bin/
4
-examples/simpleEvent.ics
5
composer.lock
6
.php_cs.cache
7
.phpunit.result.cache
examples/simpleEvent.ics
@@ -0,0 +1,15 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+PRODID:-//ZContent.net//ZapCalLib 1.0//EN
+CALSCALE:GREGORIAN
+METHOD:PUBLISH
+BEGIN:VEVENT
+SUMMARY:Simple Event
8
+DTSTART:20200101T120000
9
+DTEND:20200101T130000
10
+UID:[email protected]
11
+DTSTAMP:20230214T021635
12
+Description: This is a simple event, using the Zap Calendar PHP lib
13
+rary. Visit http://icalendar.org to validate icalendar files.
14
+END:VEVENT
15
+END:VCALENDAR
0 commit comments