diff --git a/script.js b/script.js index e722e87..1cedd62 100644 --- a/script.js +++ b/script.js @@ -39,7 +39,7 @@ const form = document.getElementById('merge-form'); headers: { 'Content-Type': 'application/json' }, - body: JSON.stringify({ calendars: calendarsData }) + body: JSON.stringify({ linkGroupName, calendars: calendarsData }) }) .then((response) => { if (!response.ok) {