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
5eaee42d
Commit
5eaee42d
authored
Jun 04, 2016
by
Tobias Mersmann
Browse files
Update README.md
parent
7cfc12da
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5eaee42d
...
...
@@ -538,8 +538,8 @@ var cal = ical(),
event
=
cal
.
createEvent
(),
alarm
=
cal
.
createAlarm
();
alarm
.
trigger
(
600
);
// -> 10 minutes after the event finishes
alarm
.
trigger
(
new
Date
());
// -> now
alarm
.
trigger
After
(
600
);
// -> 10 minutes after the event finishes
alarm
.
trigger
After
(
new
Date
());
// -> now
```
...
...
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