community.lexicon.calendar.getEvent

lexicon.store View official

{
  "id": "community.lexicon.calendar.getEvent",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "ref": "community.lexicon.calendar.getEvent#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:web:lexicon.store
CID
bafyreib2gj42p6l5p6s5ymaewsulsdu3c7s62dvj45ufisqhjhc7cz766i
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/community.lexicon.calendar.getEvent

Lexicon Garden

@