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

I created a parseICalString() function which might be useful to dayspan #16

Closed
jorroll opened this issue Dec 3, 2018 · 2 comments
Closed

Comments

@jorroll
Copy link

jorroll commented Dec 3, 2018

I maintain another javascript recurring event library, rSchedule. I ran across dayspan a while back and starred it out of professional curiosity. This is just an FYI in case you find it useful

I recently had cause to build an function to parse ical strings, including VCALENDAR and VEVENT components / subcomponents. I figure other libraries like dayspan might also find the function useful, so I've published it as part of a separate package (though the code is pretty simple, so feel free to copy-paste it into dayspan instead).

Anyway, not sure if dayspan already has the ability to import complex VCALENDAR strings, but, if not, and if at some point in the future you decide you want to add this functionality, @rschedule/ical-tools might be useful for you.

Feel free to close this issue.

@jorroll
Copy link
Author

jorroll commented Apr 1, 2019

Having found https://github.com/mozilla-comm/ical.js/, I think it's a better ical parsing library.

@jorroll jorroll closed this as completed Apr 1, 2019
@ClickerMonkey
Copy link
Owner

Thank you for the heads up! dayspan does not support that, but I definitely want it to in the future!

@ClickerMonkey ClickerMonkey pinned this issue Apr 3, 2019
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

No branches or pull requests

2 participants