You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially thought Google Calendar required plaintext so I attempted to transform the SCMA event HTML descriptions to plaintext with intelligent newlines. This actually works fairly well but it does need to treat some more tags as "newline tags" like the heading tags (e.g. <h3>) and some of the formatting (e.g. bold) is lost.
It turns out that Google Calendar event descriptions support HTML or some subset. The below example clearly shows that the raw HTML description renders better. It also simplifies the implementation.
Example
SCMA Event Page
Google Calendar Event
Left: Plaintext, Right: Raw HTML
The text was updated successfully, but these errors were encountered:
I initially thought Google Calendar required plaintext so I attempted to transform the SCMA event HTML descriptions to plaintext with intelligent newlines. This actually works fairly well but it does need to treat some more tags as "newline tags" like the heading tags (e.g.
<h3>
) and some of the formatting (e.g. bold) is lost.It turns out that Google Calendar event descriptions support HTML or some subset. The below example clearly shows that the raw HTML description renders better. It also simplifies the implementation.
Example
SCMA Event Page
Google Calendar Event
Left: Plaintext, Right: Raw HTML
The text was updated successfully, but these errors were encountered: