https://github.com/dotwee/fos-webcalendar-export
A small script for exporting my school's web calendar to a CSV file. The main use is for easy an import and synchronization with Google Calendar as well as Microsoft Outlook
https://github.com/dotwee/fos-webcalendar-export
Last synced: 8 months ago
JSON representation
A small script for exporting my school's web calendar to a CSV file. The main use is for easy an import and synchronization with Google Calendar as well as Microsoft Outlook
- Host: GitHub
- URL: https://github.com/dotwee/fos-webcalendar-export
- Owner: dotWee
- License: apache-2.0
- Created: 2015-10-04T17:04:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T21:52:43.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T08:26:45.930Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fos-webcalendar-export
fos-webcalendar-export is a small script for exporting my school's web calendar to a CSV file. The main use is for easy an import and synchronization with Google Calendar as well as Microsoft Outlook.
Dependencies:
- PHP 5.6.14 =< installed
- A working connection to [fosbos.net](http://fosbos.net/)
- [Simple HTML DOM Parser](http://simplehtmldom.sourceforge.net/) (included)
## How to import / sync
- Download and install the latest PHP version
- Make sure the command **php** is accessible in your shell
- Get the archive of this project by clicking on the "Download ZIP" button
- Unzip it somewhere and run the following command within the directory (This should work for Windows, Linux as well as Mac OS X):
php -f calendar-export.php > calendar.csv
## License
Code licensed under the Apache 2.0 license. See [LICENSE.md](LICENSE.md) file for terms.