Any chance you could design a pop up reminder for when tickets for games go on sale online? That would be super awesome.
It's sort of in the works. I have the backend sorted (download the info from liverpoolfc.tv and store it in a database), but I haven't got around to generating calendars from it yet.
I've been holding off until there were more than a couple of matches available so I can make sure it's working properly.
Should I stick the ticket info in a separate calendar to the fixtures or in the same one?
I am not getting anything either
Sometimes the update cacks out because the connection to the Google Calendars API is unreliable (which is one of the reasons I originally went with another solution). If you set your calendar to update every hour, it shouldn't ever be messed up for more than two hours.
The script already tries to redo the update if it fails, but if the connection keeps dropping for several minutes, there's not a lot more I can do.