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
{{ message }}
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.
I've had good luck using your code to access a calendar for a Meetup.com group. However, I am running into an issue with the skill just ending after a user has found events in a date range. How could I adjust the code so that the user can go back and search for a new date or date range?
The text was updated successfully, but these errors were encountered:
Having the same issue.
In my case, I was able to search and get a result but any further search would just give the help text.
The json output was showing as "STATE": "_DESKMODE". as opposed to "STATE": "_SEARCHMODE".
Simply removing line 7 from index.js , ie, removing DESCRIPTION: '_DESKMODE', from the const states, seems to fix the issue.
This will break the further information part, and leave a lot of unused code.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've had good luck using your code to access a calendar for a Meetup.com group. However, I am running into an issue with the skill just ending after a user has found events in a date range. How could I adjust the code so that the user can go back and search for a new date or date range?
The text was updated successfully, but these errors were encountered: