Note: This post is offered retrospectively. The work noted here was completed a week ago, so some actions may have been forgotten. I wanted to include a calendar for tournaments on Command Deck. At the moment, there's no data storage on the page; it's all polled live. This means I have to rely on an external source of data for tournament scheduling. As there's no events page or anything for the application, I'll have to borrow the feed from other event lists. The first problem, of course, is where do I poll for data? Facebook group events are the obvious route, but which group? As the Facebook application isn't requesting any specific permissions beyond a user token, It'll have to be a public group. I'm already a member of " X-Wing UK Events " and can see there's about 1000 members, and a reasonable supply of events listed. As this whole exercise is more about coding practice than usability, it seems like a good candidate. So, Facebook,...