Skip to content

Instantly share code, notes, and snippets.

@lukeswitz
lukeswitz / createiCalShiftEvent.php
Last active October 11, 2017 22:43
Create iCal Event For Shift: Designed to integrate with the Employee Scheduler plugin for Wordpress
<?php
/*This will use the metadata from a shift page created using Employee Scheduler (Shiftee) and create an iCal link with event*/
// Add a custom endpoint "calendar"
function add_calendar_feed()
{
add_feed('calendar', 'export_ics');
// Only uncomment these 2 lines the first time you load this script, to update WP rewrite rules