space.intandem.calendarSource

chaosgreml.in

{
  "id": "space.intandem.calendarSource",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "kind",
          "url",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri"
          },
          "kind": {
            "enum": [
              "ics",
              "caldav"
            ],
            "type": "string"
          },
          "name": {
            "type": "string",
            "maxLength": 200
          },
          "secret": {
            "type": "string",
            "maxLength": 1000,
            "description": "CalDAV password / app password. Alpha caveat: stored unencrypted in a members-only space."
          },
          "username": {
            "type": "string",
            "maxLength": 300
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A connected calendar whose busy time subtracts from availability."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.intandem.calendarSource

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:h3wpawnrlptr4534chevddo6
CID
bafyreiezmpehmwh2toxqrexaxevm2gasz3xun3pc4izkfoowpi4trif5qa
Indexed At
2026-08-28 01:20 UTC
AT-URI
at://did:plc:h3wpawnrlptr4534chevddo6/com.atproto.lexicon.schema/space.intandem.calendarSource

Lexicon Garden

@