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

use ical lib in view ics #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

PhieF
Copy link
Collaborator

@PhieF PhieF commented Sep 9, 2024

this is a mr to use another lib to parse ics and get better results

Before:

Capture_d_écran_du_2024-09-03_16-41-17

After:

Capture d’écran du 2024-09-11 14-39-53

currently available in dev server, using akhil767 account

@akhil1508
Copy link
Collaborator

@PhieF The "before" section of description should show how .ics file from microsoft shows up as attachment

} else if (line.startsWith('END:VEVENT')) {
VEVENT = {};
}
console.log(ICAL.parse(text));
Copy link
Collaborator

@avinash-0007 avinash-0007 Sep 10, 2024

Choose a reason for hiding this comment

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

Remove console.log if not needed

@avinash-0007
Copy link
Collaborator

@PhieF Why we are not showing Organizer? I think that is also important .

@PhieF
Copy link
Collaborator Author

PhieF commented Sep 11, 2024

@PhieF Why we are not showing Organizer? I think that is also important .

fixed !

@PhieF The "before" section of description should show how .ics file from microsoft shows up as attachment

I don't understand, you mean the file itself ?

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.

4 participants