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
Long term, however, some kind of parser generator would make more sense and even providing an API to get/set the additional parameters. There seems to be some for go, e.g.:
The following valid VCLANEDAR gets parsed wrongly:
When calling
event.getSummary()
an empty string is returned, although there's a specific summary in there.I've tracked down the issue to the fact that regex seems to be used for parsing, e.g.:
As per RFC 5545 parameters are practically allowed on any vCalendar line, including SUMMARY.
Short term, this could easily be something along these lines:
Long term, however, some kind of parser generator would make more sense and even providing an API to get/set the additional parameters. There seems to be some for go, e.g.:
The text was updated successfully, but these errors were encountered: