-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy patheventlisting.xml
50 lines (47 loc) · 1.35 KB
/
eventlisting.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<layout title="Event Listing">
<message>Display a list of current/future public events.</message>
</layout>
<state>
<name>CiviCRM</name>
<creationDate>11/11/2010</creationDate>
<copyright>(C) CiviCRM LLC</copyright>
<author>CiviCRM LLC</author>
<authorEmail>info@civicrm.org</authorEmail>
<authorUrl>civicrm.org</authorUrl>
<version>3.3</version>
<description>List of all active, current, public events.</description>
<name>Event Listing</name>
<fields name="request">
<fieldset name="request">
<field name="type"
type="number"
class="text"
label="Event type ID filter (leave empty for no filtering)"
/>
<field name="task"
type="hidden"
default="civicrm/event/ical"
required="true"
/>
<field name="reset"
type="hidden"
size="1"
default="1"
required="true"
/>
<field name="html"
type="hidden"
default="1"
required="true"
/>
<field name="page"
type="hidden"
default="1"
required="true"
/>
</fieldset>
</fields>
</state>
</metadata>