Online Natak Booking-Mops

Natak Booking

Natak Team Booking

Team / Program / Village linked — select any one, others will auto-fill; full list will always be visible.

Book on WhatsApp

Your Bookings (Local)

SlTeamProgramVillageDistrict DateNamePhoneEmailRemarks

Available Teams & Programs

TeamProgramVillageDistrict
/* ===== SETTINGS ===== */ const FORM_ENDPOINT = "https://script.google.com/macros/s/AKfycbz0YOmYrD99Z3ysgpXuizg4D_NdJL-XxNae4r_4eEEudUh536mzoQGY1FpYrfGSQ_bcsA/exec"; /* ===== DATE FORMAT ===== */ function ymdToDmy(ymd){ if(!ymd) return ""; const p = ymd.split("-"); return p[2]+"-"+p[1]+"-"+p[0]; } /* ===== CHECK AVAILABILITY (FROM SHEET) ===== */ async function checkAvailabilityFromSheet(team, date){ const dmy = ymdToDmy(date); const url = FORM_ENDPOINT + "?team=" + encodeURIComponent(team) + "&date=" + encodeURIComponent(dmy); try{ const res = await fetch(url); const data = await res.json(); return data.status; // Available / Booked }catch(e){ console.error(e); return "Error"; } }

© 2026 MOPS – Multi Operation Public Services | A Digital Public Service Platform | All Rights Reserved