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
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,12 @@ If you'd like to have a different event timezone default than the app default (u
12
12
13
13
The default collection for your events is `events`, if you use a different one, publish the config file and then update it via the CP.
14
14
15
-
For the ICS downloads, you can have a "location" field. By default Events uses a field named 'location' but if you need something different add it to the config:
16
-
17
-
```php
18
-
'collections' => [
19
-
'events' => [
20
-
'location_field' => 'your_location_field',
21
-
],
22
-
],
15
+
For the ICS downloads, it will use `address`, `coordinates`, and `description` fields if they exist. If your field is named something else, use a [Computed Value](https://statamic.dev/computed-values). `coordinates` must be a keyed array:
0 commit comments