Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-schild/churchtools-groupmeetings
Churchtool create ical from group meetings
https://github.com/a-schild/churchtools-groupmeetings
churchtools ical ics
Last synced: 4 days ago
JSON representation
Churchtool create ical from group meetings
- Host: GitHub
- URL: https://github.com/a-schild/churchtools-groupmeetings
- Owner: a-schild
- License: apache-2.0
- Created: 2023-09-06T15:04:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T13:46:50.000Z (about 1 year ago)
- Last Synced: 2024-10-07T23:40:56.368Z (about 1 month ago)
- Topics: churchtools, ical, ics
- Language: PHP
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# churchtools-groupmeetings
Create ical feed from group meetingsOptionally it can also create a html page with the meetings.
In that case you have to modify the images.Currently all meetings 1 year back and one year in the future are processed.
Currently there is no config to change this## How to install
- git clone https://github.com/a-schild/churchtools-groupmeetings.git
- run composer install
- copy the src/config.sample to src/config.php and put in your values
- chown www-data:www-data * -R- The application does store a cache in the src/cache subfolder.
If the folder does not exist, it is created (Which means it must have write access in that location)
## Usage
- Just call https://yourserver/groupmeetings/index.php for the HTML page
- If you wish to get the ics feed/file, use index.php?format=ics instead