Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
lib-ical
Commits
7cfc12da
Commit
7cfc12da
authored
May 21, 2016
by
Sebastian
Browse files
100%
🎉
parent
eac9245a
Changes
3
Show whitespace changes
Inline
Side-by-side
test/results/generate_06.ics
View file @
7cfc12da
...
...
@@ -7,7 +7,6 @@ UID:123@sebbo.net
SEQUENCE:0
DTSTAMP:20131004T233453Z
DTSTART;VALUE=DATE:20131004
DTEND;VALUE=DATE:20131006
X-MICROSOFT-CDO-ALLDAYEVENT:TRUE
X-MICROSOFT-MSNCALENDAR-ALLDAYEVENT:TRUE
SUMMARY:Sample Event
...
...
test/results/generate_07.ics
View file @
7cfc12da
...
...
@@ -15,7 +15,6 @@ UID:2@sebbo.net
SEQUENCE:0
DTSTAMP:20131004T233453Z
DTSTART:20131004T223930Z
DTEND:20131006T231500Z
RRULE:FREQ=DAILY;COUNT=2;BYDAY=MO,WE,FR
SUMMARY:repeating on Mo/We/Fr\, twice
END:VEVENT
...
...
test/test_0.2.x.js
View file @
7cfc12da
...
...
@@ -1505,7 +1505,6 @@ describe('ical-generator 0.2.x / ICalCalendar', function() {
cal
.
createEvent
({
id
:
'
123
'
,
start
:
new
Date
(
'
Fr Oct 04 2013 22:39:30 UTC
'
),
end
:
new
Date
(
'
Fr Oct 06 2013 23:15:00 UTC
'
),
allDay
:
true
,
stamp
:
new
Date
(
'
Fr Oct 04 2013 23:34:53 UTC
'
),
summary
:
'
Sample Event
'
,
...
...
@@ -1564,7 +1563,6 @@ describe('ical-generator 0.2.x / ICalCalendar', function() {
{
id
:
'
2
'
,
start
:
new
Date
(
'
Fr Oct 04 2013 22:39:30 UTC
'
),
end
:
new
Date
(
'
Fr Oct 06 2013 23:15:00 UTC
'
),
stamp
:
new
Date
(
'
Fr Oct 04 2013 23:34:53 UTC
'
),
summary
:
'
repeating on Mo/We/Fr, twice
'
,
repeating
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment