dependabot[bot]
de1426fca8
Bump bower from 1.2.8 to 1.8.8
...
Bumps [bower](https://github.com/bower/bower ) from 1.2.8 to 1.8.8.
- [Release notes](https://github.com/bower/bower/releases )
- [Changelog](https://github.com/bower/bower/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bower/bower/compare/v1.2.8...v1.8.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-23 03:49:43 +00:00
Travis Krause
dfec67f37a
Merge pull request #60 from snayagar/master
...
Added MIT Licence
2018-11-12 13:32:25 -06:00
Sai Nayagar
af1d393a10
updated License
2018-11-06 03:49:46 -08:00
Sai Nayagar
aadebcff53
Added MIT LICENSE
2018-11-06 03:46:06 -08:00
Travis Krause
981e460c1d
Merge pull request #43 from asr1/patch-1
...
Fix minutes / seconds inconsistencies
2017-09-20 14:42:11 -05:00
Alex Rinehart
026753d4ff
Fix minutes / seconds inconsistencies
...
close #21
2017-09-14 15:18:39 -07:00
Travis Krause
4f2e67a79a
fix
0.2.0
2017-09-14 16:02:38 -05:00
Travis Krause
69c046615f
fix
2017-09-14 15:58:10 -05:00
Travis Krause
75ced77d82
fix
2017-09-14 15:56:16 -05:00
Travis Krause
895485354a
fix
2017-09-14 15:47:13 -05:00
Travis Krause
f755c00fad
fix
2017-09-14 15:34:32 -05:00
Travis Krause
f803d79295
fix
2017-09-14 15:32:55 -05:00
Travis Krause
67cef7f101
fix
2017-09-14 15:31:06 -05:00
Travis Krause
f811f5cfa4
fixed demo
2017-09-14 15:28:28 -05:00
Travis Krause
85825f5a7b
update
2017-09-14 13:58:56 -05:00
Travis Krause
acdaa716ca
Updated minified version
2017-09-14 13:56:08 -05:00
Travis Krause
e07db639f1
fixed typo
2017-09-14 12:23:18 -05:00
Travis Krause
6677d0568b
Fixed bad name
2017-09-14 11:48:28 -05:00
Travis Krause
ce02e5d8a9
Adding additional stuff
2017-09-14 11:19:37 -05:00
Travis Krause
1425bdfad3
Merge branch 'master' of https://github.com/nwcell/ics.js
2017-09-14 11:05:22 -05:00
Travis Krause
1edd227f13
Merging bugfix
2017-09-14 11:05:04 -05:00
Travis Krause
f8dbe2c5c5
Merge pull request #32 from GeoffreyPlitt/master
...
fixing "main" section of package.json
2017-09-14 11:04:16 -05:00
Travis Krause
82a31cb801
Merge pull request #29 from blaiseIT/patch-1
...
grammatical fix on JavaScript
2017-09-14 10:41:47 -05:00
Travis Krause
358d4f4f18
Merge pull request #12 from connorbode/master
...
create recurring events
2017-09-14 10:35:54 -05:00
Adam Brown
fd2d0a81aa
Output now passes ical validation
...
- A few required fields were missing for proper ical validation: PRODID,
UID, DTSTAMP
- Added optional params to configure prodid and uid
- Fixed bug: Start and End times were reporting DATE instead of
DATE-TIME, so some consumers would ignore event times
- Fixed bug: If start/end times only contained hours, no time would be
reported at all
- Added a new method: "build" which simply returns the ical contents
instead of trying to trigger a download
2016-07-31 02:00:23 -07:00
Geoffrey Plitt
40a2c1244c
fixing "main" section of package.json
2016-06-06 13:01:35 -07:00
Connor Bode
a12cab01e5
Merge pull request #5 from nhunt3/patch-1
...
Multi-line description bug
2016-05-09 09:29:34 -04:00
Nick Hunt
28cf7546ef
Multi-line description bug
...
I have multi-line descriptions in the calendar I'm exporting from. When I try to import the file that your ics.js program generates into Outlook or Google Calendar, it only pulls in the first line in and it ignores the rest. My solution fixes this. I tested it in both Outlook and Google Calendar and it works and also follows generally accepted ics file formatting standards I believe. As far as I can tell, it doesn't seem to break anything.
Let me know what you think.
Thanks.
2016-05-05 18:05:38 -04:00
Blaise Petric
ef20bfeea4
grammatical fix on JavaScript
2016-03-05 01:17:38 -05:00
Connor Bode
17a1b06fdd
Merge pull request #2 from jmuia/master
...
BYDAY property for recurrence events
2015-10-05 20:33:57 -04:00
Connor Bode
387392d04b
Merge pull request #1 from asr1/master
...
Fix minute/second discrepancy
2015-08-17 20:49:52 -04:00
Alex Rinehart
e7c3489c2d
Fix minute/second bug
2015-08-17 12:18:33 -05:00
Alex Rinehart
b18b40fa03
Update README.md
...
Fixed the 30 minute event to be spelled correctly and actually be 30 minutes (and not 1470 minutes).
2015-06-02 23:56:43 -07:00
jmuia
592454900c
Add DTSTAMP to events and remove VALUE=DATE from DTSTART and DTEND properties
2014-08-20 17:29:53 -04:00
jmuia
6502ca83df
Add .DS_Store to .gitignore
2014-08-20 17:28:58 -04:00
jmuia
98b22dd60a
add BYDAY property to recurrence events
2014-08-20 14:46:26 -04:00
Connor Bode
75369c0184
update readme for recurring events
2014-08-18 20:21:28 -04:00
Connor Bode
64eaacd0b9
add functionality for recurring events
2014-08-18 20:13:42 -04:00
Connor Bode
c86d55ac39
failing spec for recurring events
2014-08-18 19:20:30 -04:00
Connor Bode
762d842513
fix tests
2014-08-18 18:53:34 -04:00
Connor Bode
4790ef4156
fix lint
2014-08-18 18:50:17 -04:00
Travis Krause
d0359a5e06
Updated js link for mimetype workaround
2014-03-20 00:59:44 -07:00
Travis Krause
2a5ea5d165
Update readme
...
Documented the new time feature.
2014-03-11 23:05:54 -07:00
Travis Krause
b479d03dff
Updated versions...
0.1.3
2014-03-11 21:58:38 -08:00
Travis Krause
6369bb98f3
Added time
2014-03-11 21:56:36 -08:00
Travis
efb5222403
Updated readme and demo
0.1.2
2014-03-11 14:23:28 -08:00
OpenShift guest
6415ba5879
Fix single digit months
0.1.1
2013-12-19 14:54:43 -05:00
Kyle Hornberg
c66f64b9c0
Version 0.1.0
2013-12-05 14:41:12 -06:00
Kyle Hornberg
1b7d69a214
Added tests using mocha and chai
2013-12-05 14:40:20 -06:00
Kyle Hornberg
11c5f1d449
Package with dependenices
2013-12-04 16:04:08 -06:00