-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a289c0
commit 8730162
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
11 changes: 1 addition & 10 deletions
11
tests/Generators/__snapshots__/IcsGeneratorTest__it_can_generate_an_ics_link__1.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
<?php return 'data:text/calendar;charset=utf8,BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
BEGIN:VEVENT | ||
DTSTART:20180201T090000 | ||
DTEND:20180201T180000 | ||
SUMMARY:Birthday | ||
DESCRIPTION:With clowns and stuff | ||
LOCATION:Party Lane 1A 1337 Funtown | ||
END:VEVENT | ||
END:VCALENDAR'; | ||
<?php return 'data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0ADTSTART:20180201T090000%0ADTEND:20180201T180000%0ASUMMARY:Birthday%0ADESCRIPTION:With clowns and stuff%0ALOCATION:Party Lane 1A 1337 Funtown%0AEND:VEVENT%0AEND:VCALENDAR'; |