メインコンテンツにスキップ

Google-Fit-Sleep-To-Calendar

Simple google app script that links google fit to google calendar and adds your sleep time to your calendar.

AI Summary

Google Fit Sleep To Calendar

A Google Apps Script that fetches Google Fit sleep data and creates corresponding events in Google Calendar.

Target Users

Entry-to-intermediate GAS users who want to visualise their personal sleep logs by automatically syncing Google Fit data to Google Calendar.

Problems Solved

Eliminates the need to manually input Google Fit sleep sessions into Calendar or implement the Fit REST API from scratch.

Tags

Main Features

1
Automatic Fit-to-Calendar Sync

Running the script adds sleep data fetched from Google Fit to Google Calendar as events.

2
Server-less with Apps Script

Operates entirely on GAS, requiring no dedicated servers; can be scheduled with triggers.

3
Reduces Fit API Implementation Effort

Contains the communication logic with the Google Fit REST API, so developers mainly need to configure authentication.

Usage Examples

README and public sources do not provide enough information to present a concrete code example.