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

community.lexicon.calendar.getEvent

lexicon.community

{
  "id": "community.lexicon.calendar.getEvent",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "ref": "#eventView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "repository",
          "recordKey"
        ],
        "properties": {
          "recordKey": {
            "type": "string",
            "maxLength": 150,
            "description": "The record key (rkey) of the event.",
            "maxGraphemes": 150
          },
          "repository": {
            "type": "string",
            "format": "did",
            "description": "The DID of the repository containing the event."
          }
        }
      },
      "description": "Get a single event by repository and record key."
    },
    "eventView": {
      "type": "object",
      "required": [
        "countGoing",
        "countInterested",
        "countNotGoing",
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "description": "The canonical URL for this event on Smoke Signal."
        },
        "countGoing": {
          "type": "integer",
          "description": "Number of users who have RSVP'd as going."
        },
        "countNotGoing": {
          "type": "integer",
          "description": "Number of users who have RSVP'd as not going."
        },
        "countInterested": {
          "type": "integer",
          "description": "Number of users who have RSVP'd as interested."
        }
      },
      "description": "An event record with RSVP counts and URL."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.lexicon.calendar.getEvent

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2uwoih2htodskvgocarwv5eq
CID
bafyreieqfxoa2xc7erqomxfvmfgye2yprvrdgaz4eo75zxozlxcz2viizq
Indexed At
2026-01-05 01:30 UTC
AT-URI
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.calendar.getEvent

Lexicon Garden

@