You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: pages/docs/how-to-guides/events.mdx
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,11 @@ All future events also appear on the Events page for the app.
20
20
21
21
_If you need help on how to edit this file, please see the <Linkhref="/docs/how-to-guides/editing">Editing Guide</Link>_
22
22
23
-
3. This `json` file will contain one object for the event and must have six fields, `isVirtual` and/or `isInPerson`, `color`, `name`, `description`, `date`and `url`, which will look like this:
23
+
3. This `json` file will contain one object for the event and must have six fields, `isVirtual` and/or `isInPerson`, `color`, `name`, `description`, `date`, `url`, and `location`, which will look like this:
24
24
25
25
<ClipboardCopy>
26
26
```js
27
27
{
28
-
"userStatus":"speaking",
29
-
"speakerDetails":"Cloud Computing with Spring Cloud",
30
28
"isVirtual":true,
31
29
"isInPerson":true,
32
30
"color":"red",
@@ -37,22 +35,30 @@ _If you need help on how to edit this file, please see the <Link href="/docs/how
0 commit comments