An RSVP for an event.
Record Key
tid
Timestamp-based ID
Properties
status
string
Required
No description provided.
Known values:
community.lexicon.calendar.rsvp#interested, community.lexicon.calendar.rsvp#going, community.lexicon.calendar.rsvp#notgoingDefault:
community.lexicon.calendar.rsvp#goingsubject
ref
com.atproto.repo.strongRef
Required
No description provided.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"status"
],
"properties": {
"status": {
"type": "string",
"default": "community.lexicon.calendar.rsvp#going",
"knownValues": [
"community.lexicon.calendar.rsvp#interested",
"community.lexicon.calendar.rsvp#going",
"community.lexicon.calendar.rsvp#notgoing"
]
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
}
},
"description": "An RSVP for an event."
}