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
agenda.google_maps_api_key | Google Maps API Key | [Request](https://developers.google.com/maps/documentation/javascript/get-api-key) a Google Maps API Key. | -
16
16
agenda.google_maps_default_lat | Google Maps Default Latitude | Default latitude for the displayed map when creating/editing a location. | 51.977825
17
17
agenda.google_maps_default_lng | Google Maps Default Longitude | Default longitude for the displayed map when creating/editing a location. | 7.291066
18
18
agenda.google_maps_default_zoom | Google Maps Standard Zoom | Default zoom for the displayed map when creating/editing a location. | 9
19
-
agenda.image_mediasource | Image Media Source | Media source for event images | 1
19
+
agenda.image_mediasource | Image Media Source | Media source for event images. | 1
20
20
agenda.list_id | List ID | ID of a resource containing an AgendaList snippet call. | -
21
-
agenda.manager_date_format | Date Format | The https://docs.sencha.com/extjs/3.4.0/#!/api/Date can be used here. | d.m.Y
22
-
agenda.manager_date_format_long | Date Format (long) | The https://docs.sencha.com/extjs/3.4.0/#!/api/Date can be used here. | l, d.m.Y
23
-
agenda.manager_time_format | Time Format | The https://docs.sencha.com/extjs/3.4.0/#!/api/Date can be used here. | G:i
21
+
agenda.manager_date_format | Date Format | The [ExtJS date format](https://docs.sencha.com/extjs/3.4.0/#!/api/Date) can be used here. | d.m.Y
22
+
agenda.manager_date_format_long | Date Format (long) | The [ExtJS date format](https://docs.sencha.com/extjs/3.4.0/#!/api/Date) can be used here. | l, d.m.Y
23
+
agenda.manager_time_format | Time Format | The [ExtJS date format](https://docs.sencha.com/extjs/3.4.0/#!/api/Date) can be used here. | G:i
24
24
agenda.manager_time_increment | Time Steps | Number of minutes between individual time values in the time selection field. | 15
25
25
agenda.parents_calendar | Calendar Parent Resources | Comma-separated list of parent resources for a resource connected with a calendar. | -
26
26
agenda.parents_category | Category Parent Resources | Comma-separated list of parent resources for a resource connected with a category | -
27
27
agenda.parents_event | Event Parent Resources | Comma separated list of parent resources for a resource connected with an event. | -
28
28
agenda.parents_location | Location Parents Resource | Comma separated list of parent resources for a resource connected with a location. | -
29
-
agenda.repeating_max_occurance | Maximum Occurance | Maximum orccurance of recurring events | 100
30
-
agenda.video_mediasource | Video Media Source | Media Source for Event Videos | 1
29
+
agenda.repeating_max_occurance | Maximum Occurance | Maximum orccurance of recurring events. | 100
30
+
agenda.video_mediasource | Video Media Source | Media Source for Event Videos. | 1
Copy file name to clipboardexpand all lines: en/01_Agenda/v1/04_Snippets/01_AgendaList.md
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ detailId | ID of a resource containing an AgendaDetail snippet call. | System Se
17
17
durationParts | Number of detail parts of the event duration output. With the value `1` the duration will be shortened as i.e. `1 month`, with the value `2` the duration will be shortened as i.e. `1 month 2 days`, | 1
18
18
emptyTpl | Name of a chunk that contains the template for an empty list of events. | tplAgendaEventEmpty
19
19
end | The end date to filter the displayed events. Must contain a [supported date and time format](https://www.php.net/manual/de/datetime.formats.php). | today +1 month 0:00
20
+
excludeEvents | Comma separated list of event ids that should be excluded from the list. Available since Agenda 1.1.0. | -
21
+
excludeRepeats | Comma separated list of repeating event ids that should be excluded from the list. Available since Agenda 1.1.0. | -
20
22
imageTpl | Name of a chunk that contains the template for one image in the image list of an event. | tplAgendaEventImage
21
23
limit | Limit the number of events in the result. Use `0` for unlimited events. | 20
22
24
listId | ID of a resource containing an AgendaList snippet call. | System Setting `agenda.list_id`
0 commit comments