-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing multi-file PRs #15
base: master
Are you sure you want to change the base?
Conversation
@@ -5,6 +5,8 @@ A browser firendly .ics/.vcs file generator written entirely in javascript!!!!!! | |||
|
|||
Now you can make calendar friendly files client-side. It outputs .ics files, so the files are compatible with all modern calendar software (Outlook, Apple Calendar, Google, etc.) | |||
|
|||
Wow, github lost my changess. How annoyings | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 Warning: Detected sensitive data sharing to third party at line 8. Issue 453 created on Privado. View issue for more details.
@@ -8,6 +8,7 @@ cal.addEvent('New Years', 'Watch the ball drop!', 'New York', '01/01/2016', '01/ | |||
var cal_single = ics(); | |||
cal_single.addEvent('Best Day', 'This is the best day to demonstrate a single event.', 'New York', '11/12/1987', '11/12/1987'); | |||
|
|||
// I love calendars, wow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Critical: Detected highly sensitive data leaked to logs. Issue 448 created on Privado. View issue for more details.
@@ -3,6 +3,7 @@ | |||
|
|||
var ics = function() { | |||
'use strict'; | |||
// Why so serious? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not?
No description provided.