ufosc / club-website

The official remodeling of The Open Source Club website
https://ufopensource.club
MIT License
9 stars 14 forks source link

Event-scheduler #77

Closed swiftlee closed 5 years ago

swiftlee commented 5 years ago

Event scheduler system made by making a POST request at /api/routes/createEvent. Simply pass in start/end dates in request body in ISO8601 format. Specify an eventcode and eventname as well.

rennemannd commented 5 years ago

Looks good!