This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{EVENTNAME}: Replace with Event Name | |
{EVENTDESC}: Replace with Event Description | |
{YYYYMMDD}T{HHMMSS}: Replace with date/time of Event start/end in exact format. Yahoo use duration instead of end date/time. | |
{VENUE}: Veneue of Event | |
https://calendar.google.com/calendar/render?action=TEMPLATE&trp=false&sprop=website%20address&sprop=name:website%20name&text={EVENTNAME}&dates={YYYYMMDD}T{HHMMSS}/{YYYYMMDD}T{HHMMSS}&details={EVENTDESC}&location={VENUE} | |
Hotmail | |
http://calendar.live.com/calendar/calendar.aspx?rru=addevent&dtstart={YYYYMMDD}T{HHMMSS}&TITLE={EVENTNAME}&DUR={HHMM}&VIEW=d&DESC={EVENTDESC}&in_loc={VENUE}&dtend={YYYYMMDD}T{HHMMSS}&summary={EVENTNAME}&location={VENUE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting(E_ALL); | |
ini_set("display_errors", 1); | |
?> |