You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/add_to_calendar.rb
+21-17Lines changed: 21 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ def ical_url
118
118
params[:LOCATION]=url_encode(location)iflocation
119
119
params[:UID]="-#{url_encode(url)}"ifurl
120
120
params[:UID]="-#{utc_datetime(start_datetime)}-#{url_encode(title)}"unlessparams[:UID]# set uid based on starttime and title only if url is unavailable
0 commit comments