My App is made to track TV series and show their upcoming dates in a Calendar. Here is how it works:
A user queries an API from the search page to add a series to their "My Series" page. Then all of the series on their "My Series" page are supposed to have their episodes be displayed in a calendar (see http://appery.io/app/mobile-frame?src...).
I will be using a calendar from GitHub (https://github.com/JWGmeligMeyling/jq...).
I can currently get it to show up inside the mobile container using an
My question is:
(1) How can get this calendar to fit the screen?
(2) How do I pass those episodes into the calendar from the API?