Last active
August 25, 2020 18:31
-
-
Save Albejr/bd13f65a5e101b3d12cbb134873915bd to your computer and use it in GitHub Desktop.
Calendar Files
This file contains hidden or 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
Google Calendar API: | |
http://www.google.com/calendar/event? | |
action=TEMPLATE | |
&text=BANDNAME @ VENUE | |
&dates=STARTDATE/ENDDATE | |
&location=VENUE | |
&details=FULL BAND LIST | |
&trp=false | |
&sprop=LINK TO LMS GIG PAGE | |
&sprop=name:LEEDS MUSIC SCENE | |
Yahoo Calendar API: | |
http://calendar.yahoo.com/? | |
v=60 | |
&DUR=0400 | |
&TITLE=BAND @ VENUE | |
&ST=STARTTIME | |
&in_loc=VENUE | |
&DESC=FULL BAND LIST | |
&URL=LINK TO LMS GIG PAGE | |
iCal Calendar API: | |
BEGIN:VCALENDAR | |
PRODID:-//LEEDS MUSIC SCENE//EN | |
VERSION:2.0 | |
BEGIN:VEVENT | |
SUMMARY:BAND @ VENUE | |
PRIORITY:0 | |
CATEGORIES:GIG | |
CLASS:PUBLIC | |
DTSTART:STARTTIME | |
DTEND:ENDTIME | |
URL:LINK TO LMS GIG PAGE | |
DESCRIPTION:FULL BAND LIST | |
LOCATION:VENUE | |
END:VEVENT | |
END:VCALENDAR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment