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
856e5bc0
Commit
856e5bc0
authored
Sep 03, 2016
by
Mark Stenglein
Browse files
fix typo in EXDATE
parent
2289ef7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/event.js
View file @
856e5bc0
...
@@ -703,7 +703,7 @@ var ICalEvent = function(_data, calendar) {
...
@@ -703,7 +703,7 @@ var ICalEvent = function(_data, calendar) {
}
}
if
(
data
.
repeating
.
exclude
)
{
if
(
data
.
repeating
.
exclude
)
{
g
+=
'
;EX
CLUD
E=
'
;
g
+=
'
;EX
DAT
E=
'
;
data
.
repeating
.
exclude
.
forEach
(
function
(
excludedDate
)
{
data
.
repeating
.
exclude
.
forEach
(
function
(
excludedDate
)
{
g
+=
tools
.
formatDate
(
excludedDate
);
g
+=
tools
.
formatDate
(
excludedDate
);
});
});
...
...
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