Skip to content

Instantly share code, notes, and snippets.

@tamasys
Forked from BleuM937/gist:3695022
Created September 11, 2012 01:18
Show Gist options
  • Save tamasys/3695259 to your computer and use it in GitHub Desktop.
Save tamasys/3695259 to your computer and use it in GitHub Desktop.
Some kind of cross-platform event manager

Cross-platform Event Manager

Motivation

As an active Twitter user, it would be nice to catch up with other Twitter users. Twitter is at a disadvantage compared to Facebook in this regard, as it has no Events application built-in. Now it doesn't make sense to make it build an application that's Twitter-only, so it'd be pretty handy to have Facebook and Google integration as well.

Stories

  • As a user, I want to login using my Twitter, Facebook, or Google account
  • As a user, I want to create a new event and invite my friends
  • As an invitation recipient, I want to receive my friend's invite as a Facebook invitation and add it to my event calendar.
  • As an invitation recipient, I want to receive my invite as a link in a tweet or direct message.
  • As an invitation recipient, I want to receive my invite as a Google Calendar/Plus event
  • As an invitation recipient, I want to receive my invite as .ics file to sync to iCloud
  • As an event host, I want to publish my event on Twitter and Facebook.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment