HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
執筆中ページ/
📕
「Notion API 活用術」テンプレート
/
4️⃣
S18. Google Apps Script について
4️⃣

S18. Google Apps Script について

18.1 プログラムの実行

  • Google Spreadsheet にはここからアクセスしてください。自由に利用できる Google のアカウントでログインしてください。
    • Google Sheets: Online Spreadsheet Editor | Google Workspace
      Use Google Sheets to create and edit online spreadsheets. Get insights together with secure sharing in real-time and from any device.
      Google Sheets: Online Spreadsheet Editor | Google Workspace
      https://docs.google.com/spreadsheets/
      Google Sheets: Online Spreadsheet Editor | Google Workspace
  • 指定した文字列をコンソールに表示するだけの関数です。
    • function myFunction() { console.log("Hello, world") }

18.2 スクリプトプロパティの取得

  • スクリプトプロパティを取得する関数です。
    • function myFunction() { console.log(PropertiesService.getScriptProperties().getProperty("NOTION_VERSION")) }
      スクリプトプロパティの取得

🔹
この CHAPTER 内の SECTION
S18. Google Apps Script について
4
18
S19. Notion API アクセスのための関数作成
4
19
S20. Google Form 連携アプリ
4
20
S21. Google カレンダーからタスクを作成するアプリ
4
21
S22. Slack連携アプリ
4
22
🔶
CHAPTER LIST
C1. Notion APIの概要と利用準備
1
C2. Notion APIで理解するNotionのデータ構造
2
C3. Notion APIの基本(CRUD別の紹介)
3
C4. Google Apps Scriptによる応用
4
C5. ショートカットによる応用
5
C6. NotionRubyMappingを利用したツール
6