GEORGIA PLAY! EVENTS

A community calendar for Georgia Play! Pokémon Cups and Challenges and community events
Companion to the Georgia Play! Events Map

window.addEventListener('message', function (e) { if (e.origin !== 'https://pizzacatz.github.io') return; if (!e.data || e.data.type !== 'pokecal:height') return; document.querySelectorAll('iframe').forEach(function (f) { if (f.contentWindow === e.source) f.style.height = e.data.height + 'px'; }); });

TCG Calendar

window.addEventListener('message', function (e) { if (e.origin !== 'https://pizzacatz.github.io') return; if (!e.data || e.data.type !== 'pokecal:height') return; document.querySelectorAll('iframe').forEach(function (f) { if (f.contentWindow === e.source) f.style.height = e.data.height + 'px'; }); });

VGC/GO Calendar

window.addEventListener('message', function (e) { if (e.origin !== 'https://pizzacatz.github.io') return; if (!e.data || e.data.type !== 'pokecal:height') return; document.querySelectorAll('iframe').forEach(function (f) { if (f.contentWindow === e.source) f.style.height = e.data.height + 'px'; }); });

TCG Prerelease Calendar

window.addEventListener('message', function (e) { if (e.origin !== 'https://pizzacatz.github.io') return; if (!e.data || e.data.type !== 'pokecal:height') return; document.querySelectorAll('iframe').forEach(function (f) { if (f.contentWindow === e.source) f.style.height = e.data.height + 'px'; }); });

About/What is this?

This is a community run calendar for tracking the dates and times of all Play! Pokémon Cups and Challenges and community events in the state of Georgia, USA.

How does it work?

I use the pokedata.ovh api for event information. Then, I upload it to Google Calendar.

Why?

I wanted to create a date based calendar view for Play! Pokémon events in the state of Georgia.

Roadmap

* Add VGC and GO calendars - DONE
* Nicer color scheme? - DONE
* site icon - DONE
* added community calendar option

Contact

Please feel free to provide feedback and comments when you see me.