Receives geographic event and adds to Google Calendar.
Follow the instruction to initialize project.
- Run the following command and when asked log in to your Google account and open project.
/workspaces/geotracking/src/reset $ make init
-
You are looking at project page and
reset.gs
is shown. RunresetSheet()
and see container to verify that the sheet is ready. -
Run the following command. Reload project page and be sure that codes have entiry replaced and deployment version 1 is deployed.
/workspaces/geotracking/src/geotracking $ make init
$ echo "Get next deploy version"
$ echo $(($(clasp deployments | awk '{ print $3 }' | grep ^@[1-9][0-9]*$ | sed -e 's/^@//' | sort -nr | head -n 1) + 1))