Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Testing multi-file PRs #15

wants to merge 1 commit into from

Conversation

benvenker
Copy link
Owner

No description provided.

@@ -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

Copy link
Owner Author

@benvenker benvenker May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CleanShot 2023-05-16 at 17 45 55

🟡 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
Copy link
Owner Author

@benvenker benvenker May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CleanShot 2023-05-16 at 17 45 55

🔴 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?
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant