/
/Schej.it API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 45m ago · Updated 2mo ago
analytics1
auth4
events10
  • postCreates a new event
  • getGets an event based on its id
  • putEdits an event based on its id
  • deleteDeletes an event based on its id
  • getReturn a map mapping user id to their calendar events that they have enabled for the given time range
  • postDecline the current user's invite to the event
  • postDuplicate event
  • postMark the user as having responded to this event
  • postUpdates the current user's availability
  • deleteDelete the current user's availability
slackbot1
user10
users1
    events

    Creates a new event

    post/events

    Request body

    attendeesstring[]
    datesstring[]
    durationnumber
    namestring
    notificationsEnabledboolean
    remindeesstring[]
    typestring

    Response

    Created

    eventIdstring

    Changes