You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jonas Lührig 5ab1feac4f small code cleanup 2 years ago
css first commit 2 years ago
php small code cleanup 2 years ago
script first commit 2 years ago
vendor first commit 2 years ago
README.md Readme update 2 years ago
calendar-month.php small code cleanup 2 years ago
calendar-week.html first commit 2 years ago
composer.json first commit 2 years ago
composer.lock first commit 2 years ago
flow.php small code cleanup 2 years ago

README.md

ICS Parser and Renderer

The calendar-month.php and flow.php take a public ICS via "ics_url" GET parameter and renders it either as a feed view with n-amount of future days (GET parameters start_date = "yyyy-mm-dd" and days = 7) or as month overview

ToDo:

  • Week view
  • Code refactoring/clean up