Created
October 22, 2019 05:07
-
-
Save neerav/315a74459644c2462695caaf03bb7f19 to your computer and use it in GitHub Desktop.
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} | |
Yahoo | |
http://calendar.yahoo.com/?v=60&ST={YYYYMMDD}T{HHMMSS}&TITLE={EVENTNAME}&DUR={HHMM}&VIEW=d&DESC={EVENTDESC}&in_loc={VENUE} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment