Skip to content

Instantly share code, notes, and snippets.

@oddurs
Last active August 29, 2015 14:13
Show Gist options
  • Save oddurs/bf01a0a5d0a087bb7530 to your computer and use it in GitHub Desktop.
Save oddurs/bf01a0a5d0a087bb7530 to your computer and use it in GitHub Desktop.
REACTO January 7th 2014

OOP Calendar

Your task is to create a calendar using the object oriented programming paradigm. The requirements are the following:

  • Create events for a particular time range
  • Invite people to an event
  • Users can accept invitations to an event
  • Events cannot overlap
  • Extra: Register for a reminder

Note: There does not have to be any kind of user interface for this implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment