Skip to content

Commit

Permalink
avoid the overhead of https
Browse files Browse the repository at this point in the history
  • Loading branch information
adamvduke committed Apr 24, 2013
1 parent c0c4d4a commit 984f364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/calendar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def to_json(arg1, arg2)

private
def calendar_url
%Q|"https://www.google.com/calendar/feeds/#{cal_id}%40group.calendar.google.com/public/basic"|
%Q|"http://www.google.com/calendar/feeds/#{cal_id}%40group.calendar.google.com/public/basic"|
end
end

0 comments on commit 984f364

Please sign in to comment.