Calendar location field automatically links to google maps - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Calendar location field automatically links to google maps (/showthread.php?tid=202) |
Calendar location field automatically links to google maps - Guido1982 - 11-17-2015 I have altered the function 'transferForAddIntoTitle' in the CalendarUtils.php file a little: PHP Code: function transferForAddIntoTitle($type, $row, $CD) { Now, when you add a location the event will automatically create a link to google maps with that address or location pre-filled out. If you adopt my account-selection autocomplete, the address for the appointment will automatically fill the location. To do so, change the 'select' in the autocomplete call to: PHP Code: select: function( event, ui) { |