Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: ADoebeling/contaoIcalExport

RC1

12 Apr 20:21
Compare
Choose a tag to compare

Stable implementation of a basic iCal-export from a single event.

How does it work?

Simply link this script from your event or events-template and the browser will start to download the event as ical-file:
http(s)://$DOMAIN.TLD/contaoIcalExport.php?eventId=XX

The following fields are exported:

  • event-title
  • teaser-text
  • location
  • startDate/startTime
  • endDate/endTime
  • event-alias (as filename: $alias.ics)

How to install?

  • Download file and store it to htdocs/httpdocs (contao-home)
  • Test it with: http://$DOMAIN.TLD/contaoIcalExport.php?eventId=XX
  • Implement iCal-Download-Button to the templates/event_full.html5 or wherever u
    need it by adding
    <a href="/contaoIcalExport.php?eventId=<?=$this->id?>">Download as iCal-File</a>
  • Implemented and tested at contao 3.3 but should also work on the most
    newer and older contao-versions