This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch preview/calendar
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/preview/calendar by this push:
     new 8ed607a  Drop debug
8ed607a is described below

commit 8ed607a355dba92bbc58bda2d0540f040c9a83e3
Author: Sebb <s...@apache.org>
AuthorDate: Fri Apr 19 11:01:25 2024 +0100

    Drop debug
---
 getcalendar.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/getcalendar.sh b/getcalendar.sh
index b337768..5ae92a0 100644
--- a/getcalendar.sh
+++ b/getcalendar.sh
@@ -8,11 +8,9 @@ NOW=$(date '+%Y-%m-%dT%H:%M:%SZ')
 
OPTS="?key=${API_KEY}&timeMin=${NOW}&singleEvents=true&orderBy=startTime&timezone=UTC&maxResults=20"
 
 echo "Fetching calendar data"
-ls -l calendar.json
 
 curl -sS -o calendar.json 
"https://www.googleapis.com/calendar/v3/calendars/${CALENDAR_ID}/events${OPTS}"; 
\
   -H 'accept: application/json, text/javascript, */*; q=0.01' \
   -H 'origin: https://events.apache.org'
 
 echo "Fetched data"
-ls -l calendar.json

Reply via email to