We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd48a7d commit f8ac7eeCopy full SHA for f8ac7ee
data.coffee
@@ -27,7 +27,7 @@ determineDate = (start, end) ->
27
createEventUrl = (id) ->
28
id = id.split('@')[0]
29
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"
+ "http://calendar.nodekc.org"
31
32
striphtml = (value) ->
33
value.replace(/<(?:.|\n)*?>/gm, ' ')
0 commit comments