Any ideas on how I would get started on implementing an event calendar in C2? For example the player goes to the calendar and it pops up where they can set a date and time for an alarm. This would be remembered even after the game is closed (localStorage) so when they come back it will still be set. The game is in real time. just need a place to start for this portion.
Thanks