-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
a74d683
commit 071cdc3
Showing
5 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
18 changes: 18 additions & 0 deletions
18
.../Generators/__snapshots__/IcsGeneratorTest__it_can_generate_with_a_custom_reminder__1.txt
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:Spatie calendar-links | ||
BEGIN:VEVENT | ||
UID:94ab75add84a67c019eae57539658036 | ||
SUMMARY:Birthday | ||
DTSTAMP:20180201T090000Z | ||
DTSTART:20180201T090000Z | ||
DTEND:20180201T180000Z | ||
DESCRIPTION:With balloons\, clowns and stuff\nBring a dog\, bring a frog | ||
LOCATION:Party Lane 1A\, 1337 Funtown | ||
BEGIN:VALARM | ||
ACTION:DISPLAY | ||
DESCRIPTION:Party with balloons and cake! | ||
TRIGGER:VALUE=DATE-TIME:20180201T081500Z | ||
END:VALARM | ||
END:VEVENT | ||
END:VCALENDAR |
18 changes: 18 additions & 0 deletions
18
...Generators/__snapshots__/IcsGeneratorTest__it_can_generate_with_a_default_reminder__1.txt
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:Spatie calendar-links | ||
BEGIN:VEVENT | ||
UID:94ab75add84a67c019eae57539658036 | ||
SUMMARY:Birthday | ||
DTSTAMP:20180201T090000Z | ||
DTSTART:20180201T090000Z | ||
DTEND:20180201T180000Z | ||
DESCRIPTION:With balloons\, clowns and stuff\nBring a dog\, bring a frog | ||
LOCATION:Party Lane 1A\, 1337 Funtown | ||
BEGIN:VALARM | ||
ACTION:DISPLAY | ||
DESCRIPTION:Reminder: Birthday | ||
TRIGGER:-PT15M | ||
END:VALARM | ||
END:VEVENT | ||
END:VCALENDAR |