/
SC
schej-it
/
Schej.it API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
analytics
1
auth
4
events
10
post
Creates a new event
get
Gets an event based on its id
put
Edits an event based on its id
delete
Deletes an event based on its id
get
Return a map mapping user id to their calendar events that they have enabled for the given time range
post
Decline the current user's invite to the event
post
Duplicate event
post
Mark the user as having responded to this event
post
Updates the current user's availability
delete
Delete the current user's availability
slackbot
1
user
10
users
1
events
Gets an event based on its id
get
/events/{eventId}
Path parameters
eventId
string
required
Event ID
Response
OK
ModelsEvent
required
_id
string
attendees
ModelsAttendee[]
Attendees for an availability group
calendarEventId
string
dates
string
duration
number
name
string
notificationsEnabled
boolean
ownerId
string
remindees
ModelsRemindee[]
Remindees
responses
object
Availability responses
scheduledEvent
ModelsCalendarEvent
type
string
Changes