jweiland / events2
Organize your single and recurring events
Installs: 41 766
Dependents: 2
Suggesters: 1
Security: 1
Stars: 18
Watchers: 8
Forks: 16
Open Issues: 28
Type:typo3-cms-extension
Requires
- ext-dom: *
- ext-libxml: *
- sjbr/static-info-tables: ^12.4
- typo3/cms-core: ^12.4.8
Requires (Dev)
- ergebnis/composer-normalize: ~2.42.0
- friendsofphp/php-cs-fixer: ^3.14
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- typo3/testing-framework: ^7.0.2
Replaces
- typo3-ter/events2: 9.0.9
- dev-main
- 9.0.9
- 9.0.8
- 9.0.7
- 9.0.6
- 9.0.5
- 9.0.4
- 9.0.3
- 9.0.2
- 9.0.1
- 9.0.0
- 8.3.12
- 8.3.11
- 8.3.10
- 8.3.9
- 8.3.8
- 8.3.7
- 8.3.6
- 8.3.5
- 8.3.4
- 8.3.3
- 8.3.2
- 8.3.1
- 8.3.0
- 8.2.1
- 8.2.0
- 8.1.6
- 8.1.5
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.0
- 8.0.1
- 8.0.0
- 7.1.14
- 7.1.13
- 7.1.12
- 7.1.11
- 7.1.10
- 7.1.9
- 7.1.8
- 7.1.7
- 7.1.6
- 7.1.5
- 7.1.4
- 7.1.3
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.17
- 7.0.16
- 7.0.15
- 7.0.14
- 7.0.13
- 7.0.12
- 7.0.11
- 7.0.10
- 7.0.9
- 7.0.8
- 7.0.7
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.3.4
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.5
- 6.2.4
- 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.0
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.3
- 4.1.1
- 4.1.0
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.10.1
- 3.10.0
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.8
- 3.8.7
- 3.8.6
- 3.8.5
- 3.8.4
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.2.2
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.1
- 2.3.0
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- dev-hotfix/fixed-broken-badges
- dev-TYPO3_10-4
- dev-typo3_13_compatibility
- dev-l10n_main
- dev-TYPO3_10-4_only
- dev-addPerformanceToTask
- dev-feature/backend-preview-with-multiple-categories
- dev-TYPO3_9-5
- dev-TYPO3_8-7
- dev-TYPO3_7-6
- dev-TYPO3_6-2
This package is auto-updated.
Last update: 2024-11-04 16:01:52 UTC
README
Events2 is an extension for TYPO3 CMS. It shows you a list of event entries incl. detail view.
1 Features
- Create events of different types
- Single: An event for just one day
- Duration: Useful for holiday/travel like 21.09 - 29.09.2020
- Recurring: Create events like 1st and 3rd Monday and Wednesday a month
- You can add/remove days from calculated recurring events
- Create multiple time records for one day
- Create different time records for individual weekdays
- Supports EXT:maps2 to show event location on Google Maps
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/events2
Installation as extension from TYPO3 Extension Repository (TER)
Download and install events2
with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Create event2 records on a sysfolder.
- Create a plugin on a page and select at least the sysfolder as startingpoint.