goto-dev-null / callisto-app

Callisto is a fan-made app for the content produced by Jupiter Broadcasting, a podcast network that delivers a variety of excellent shows with a thriving communtiy built around it.
Other
8 stars 3 forks source link

Plan (Calendar) not displaying events for non-english regions #62

Open rautars opened 9 years ago

rautars commented 9 years ago

If Google Calendar returns non-english feed list then no events will be displayed on Plan page.

Thats is because matcher uses patern which relies on english words e.g.

theMatcher = (Pattern.compile(".*?<br>\n*?First start:(.*?)\n*?<br>")).matcher(evDate);

Thats would be one problem, another that current (v2) Google Calender API version is deprecated and probably migration to v3 is needed to avoid issues on future.