Skip to content

Commit f8ac7ee

Browse files
committed
blah
1 parent cd48a7d commit f8ac7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ determineDate = (start, end) ->
2727
createEventUrl = (id) ->
2828
id = id.split('@')[0]
2929
id = new Buffer(id + ' e8lg6hesldeld1utui23ebpg7k@google.com').toString('base64').replace('==', '')
30-
"https://www.google.com/calendar/b/0/render?eid=#{id}&ctz=America/Chicago&pli=1&sf=true&output=xml"
30+
"http://calendar.nodekc.org"
3131

3232
striphtml = (value) ->
3333
value.replace(/<(?:.|\n)*?>/gm, ' ')

0 commit comments

Comments
 (0)