Calendar Base
Copyright © by Mario Matzulla, Jeff Segars, Franz Koch <mario@matzullas.de, jeff@webempoweredchurch.org, franz.koch@elements-net.de>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. Introduction
- 1.1. A. Welcome
- 1.2. B. About this Manual
- 1.3. C. How to Use this Manual
- 2. Overview
- 3. Installation
- 4. Configure the Plugin
- 4.1. General Settings Tab
- 4.2. Filters Tab
- 4.3. Year/Month/Week View Tabs
- 4.4. Day View Tab
- 4.5. List View Tab
- 4.6. Event View Tab
- 4.7. ICS View Tab
- 4.8. Other View Tab
- 5. Create the Calendar Records
- 6. Using the Suggested Extensions
- 7. Frontend Editing
- 8. Adding an RSS Feed
- 9. Adding a Search Option
- 10. Advanced
- 10.1. Constant Editor
- 10.2. Calendar Base Configuration
- 10.3. Localization
- 10.4. Using Multiple Calendars
- 10.5. Advanced Search Options
- 10.6. Modifying a Default Template File
- 10.7. Modifying the Default CSS
- 10.8. TypeScript Reference: constants
- 10.9. TypoScript Reference: setup
- 10.10. Pear Date format
- 11. Developer's Manual
- 11.1. Goals
- 11.2. Architecture
- 11.3. The 'Magic' Inside
- 12. Known Issues
- 13. Due to limitations in the TYPO3 SQL Parser, one database change in version 1.3.0 cannot be applied cleanly from the Extension Manager. The tx_cal_fe_user_event_monitor_mm table adds a uid field and the combination of auto_increment and PRIMARY KEY causes issues if you already have data in this table. Instead of using TYPO3 to create this field, you can execute the following SQL.
- 14. Read online
- 15. ChangeLog
This document is related to version 1.3.0 of the extension cal.