Commit 3b5068ed authored by Grant's avatar Grant
Browse files

add sample events.json

parent aeaa9aa2
Loading
Loading
Loading
Loading

data/events.json

0 → 100644
+47 −0
Original line number Diff line number Diff line
[
  {
    "id": "CANVAS-2023",
    "name": "Canvas 2023",
    "start": "2023-08-04T16:00:00.000Z",
    "end": "2023-08-07T03:59:00.000Z",
    "logos": [],
    "endpoints": {},
    "social": [
      {
        "label": "Community",
        "icon": "lemmy",
        "url": "https://toast.ooo/c/canvas"
      }
    ]
  },
  {
    "id": "CANVAS-2024",
    "name": "Canvas 2024",
    "start": "2024-07-12T04:00:00.000Z",
    "end": "2024-07-16T04:00:00.000Z",
    "logos": [],
    "endpoints": {},
    "social": [
      {
        "label": "Community",
        "icon": "lemmy",
        "url": "https://toast.ooo/c/canvas"
      },
      {
        "label": "Announcements",
        "icon": "mastodon",
        "url": "https://social.fediverse.events/@canvas"
      },
      {
        "label": "Matrix Space",
        "icon": "matrix",
        "url": "https://matrix.to/#/#canvas:aftermath.gg?via=matrix.org"
      },
      {
        "label": "Discord",
        "icon": "discord",
        "url": "https://discord.gg/mEUqXZw8kR"
      }
    ]
  }
]