# Acceptance Criteria: * Page should allow users to submit a meetup event with the following fields: - Title of Meetup - Description - Start time - End time - Location (ideally this would be defined by dropping a pin on a Google Map with potential for finding a location) - Submitting a meetup creates an Event in the Events table of EventFamily "TWT_2018_Meetups" * Creates an entry in a new table (doesn't exist yet) called Meetups with schema: - EventID - UserID - IsApproved
Acceptance Criteria:
event with the following fields: