Hey @landon,
I’m not sure why the importing stopped working; that file should still work. But putting aside those issues for now just to address your first questions about formatting:
The .ics file format itself is actually super restrictive about what sort of characters and content are “valid” for the format. This is something that we find just as frustrating as our customers, because it severely limits the type of content that can be exported/imported in the format – line breaks and HTML link tags are just two examples of things not really permitted within the .ics file format.
So there are inherent limitations dictated by the format itself.
—
To come back to your newfound problems with getting importing to even work, I’m curious about the “malformed JS” error you receive – if you are getting this upon trying to import a URL that begins with webcal://, does anything improve if you simply remove the webcal:// characters from the front of the URL?
Thank you,
George