Backfill in-progress. Some lexicons and records may be missing or incomplete.

community.lexicon.calendar.rsvp

lexicon.community

Documentation

main record
1 example

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#notgoing
Default: community.lexicon.calendar.rsvp#going
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."
}
going token

Going to the event

Referencecommunity.lexicon.calendar.rsvp#going

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Going to the event"
}
interested token

Interested in the event

Referencecommunity.lexicon.calendar.rsvp#interested

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Interested in the event"
}
notgoing token

Not going to the event

Referencecommunity.lexicon.calendar.rsvp#notgoing

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Not going to the event"
}

Lexicon Garden

@