PHP code example of fredbradley / socs-calendar-ics-parser

1. Go to this page and download the library: Download fredbradley/socs-calendar-ics-parser library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

fredbradley / socs-calendar-ics-parser example snippets


  $ics_url = "<YOUR URL FOR YOUR ICS HERE>";
  $calendar = new \FredBradley\SOCSICSParser\CalendarEvents( $ics_url );