Skip to content

Commit c2b4107

Browse files
committed
Adding examples/simpleEvent.ics
1 parent 9a832ea commit c2b4107

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
vendor/
22
.idea/
33
bin/
4-
examples/simpleEvent.ics
54
composer.lock
65
.php_cs.cache
76
.phpunit.result.cache

examples/simpleEvent.ics

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
BEGIN:VCALENDAR
2+
VERSION:2.0
3+
PRODID:-//ZContent.net//ZapCalLib 1.0//EN
4+
CALSCALE:GREGORIAN
5+
METHOD:PUBLISH
6+
BEGIN:VEVENT
7+
SUMMARY:Simple Event
8+
DTSTART:20200101T120000
9+
DTEND:20200101T130000
10+
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

Comments
 (0)