verdigado/calendarize-external

Calendarize users can create/edit external calendar imports

0.1.2 2023-11-04 10:14 UTC

This package is auto-updated.

Last update: 2024-04-04 17:43:37 UTC


README

Extension for TYPO3, calendarize, external calendars for users

Features

This TYPO3 extension enables non-admin editors to schedule external calendar imports and get informed about the state of the import.

Installation

Simply install the extension with Composer or the Extension Manager.

composer require verdigado/calendarize-external

Usage

See Documentation

ddev local setup

The extension comes with a ready to use DDEV local configuration:

  • git clone the extension

  • cd calendarize_external

  • Hint: in .ddev/config.yaml set PHP, MariaDB versions according to your needs)

  • to use e.g. TYPO3 11.5:

     composer require typo3/minimal:"^11.5"
     ddev start && ddev launch
  • do TYPO3 setup your in web browser
  • go to Backend -> Extensions, check or activate the calendarize_external extension

!!! Do not commit the "typo3/minimal" etc. lines from local setup to composer.json !!!

To remove the local ddev setup without removing the local repo:

ddev delete -O
rm -rf .build/ composer.lock

Community

See the Issues on Github