This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***** Nastavení *****/ | |
const SITEMAP_URL = 'https://url_webu'; // ← změňte na svou sitemapu | |
const TIMEZONE = Session.getScriptTimeZone(); // pro název listu | |
/***** Menu v Sheets *****/ | |
function onOpen() { | |
SpreadsheetApp.getUi() | |
.createMenu('Sitemap') | |
.addItem('Stáhnout a uložit dnes', 'saveSitemapDaily') | |
.addToUi(); |