1
0
Fork
You've already forked ical2discourse
0
No description
  • PHP 100%
2026年05月03日 11:48:52 +02:00
bin added several cli options 2026年05月03日 11:48:52 +02:00
config exchanged Log with \Psr\Log\LoggerInterface 2026年05月02日 23:24:21 +02:00
src added several cli options 2026年05月03日 11:48:52 +02:00
tests renamed class CacheMemory to CacheInMemory; added cli for purge-topics option 2026年05月03日 00:43:19 +02:00
.gitignore moved most of the application logic to a class Ical2Discourse 2026年05月01日 22:49:57 +02:00
composer.json moved most of the application logic to a class Ical2Discourse 2026年05月01日 22:49:57 +02:00
infection.json5 added more tests 2026年05月02日 19:07:32 +02:00
LICENSE overengineering everything 2026年05月01日 00:58:45 +02:00
phpcs.xml overengineering everything 2026年05月01日 00:58:45 +02:00
phpmd-relaxed.xml introduction of testpipeline with phpcs, phpmd, phpunit, phpstan and infection 2026年04月29日 01:53:14 +02:00
phpmd-strict.xml introduction of testpipeline with phpcs, phpmd, phpunit, phpstan and infection 2026年04月29日 01:53:14 +02:00
phpstan.neon moved most of the application logic to a class Ical2Discourse 2026年05月01日 22:49:57 +02:00
phpunit.xml overengineering everything 2026年05月01日 00:58:45 +02:00
README.md moved most of the application logic to a class Ical2Discourse 2026年05月01日 22:49:57 +02:00

ical2discourse

read calendars in iCal format and import events into a Discourse forum.

handles recurring events well by utilising sabre/vobject

Installation

Prerequisites

Deploy

  • clone this repository
  • composer install --no-dev
  • copy config/config.sample.php to config/config.php
  • edit config/config.php

Development

  • clone this repository
  • composer install
  • composer test

Usage

./bin/ical2discourse.php

ical2discourse by Thomas Nesges is licensed under CC BY-SA 4.0