Skip to content
Ever Works

Time Tracking with Apple Shortcuts

Native iOS and macOS automation capability that enables custom time tracking workflows without third-party apps, using Shortcuts to log time entries, start timers, calculate durations, and integrate with calendars, notes, or spreadsheets.

Last updated: 2026-04-07 10:43

Overview

Apple Shortcuts allows iPhone, iPad, and Mac users to create custom time tracking systems without installing dedicated time tracking apps. These automations can log work sessions, calculate billable hours, and integrate with existing Apple ecosystem apps.

Basic Time Tracking Shortcuts

Start/Stop Timer

Simple Timer Shortcut:

  1. Get current date
  2. Ask for project name
  3. Store start time in note or file
  4. Later: Calculate duration from start to current time
  5. Log to Notes, Calendar, or Numbers spreadsheet

Quick Time Entry

Manual Entry Shortcut:

  1. Prompt for: Project, Task, Duration
  2. Get current date/time
  3. Format as CSV or JSON
  4. Append to iCloud file or send to Numbers
  5. Optional: Send to external service via API

Pomodoro Timer

Custom Pomodoro:

  1. Start 25-minute timer
  2. Show notification when complete
  3. Log pomodoro to tracking system
  4. Ask: Another pomodoro or break?
  5. Track total pomodoros per project

Advanced Implementations

NFC Tag Triggers

Physical Time Clock:

Location-Based Tracking

Geo-fence Automation:

Siri Integration

Voice Commands:

Data Storage Options

Notes App

Numbers (Apple's Excel)

Calendar Events

Reminders/To-Do

iCloud Files

Integration Examples

Toggl API Integration

Shortcut to Toggl:

  1. Get time entry details
  2. Format JSON payload
  3. HTTP POST to Toggl API
  4. Confirmation notification
  5. Works with free Toggl account

Airtable Logging

Send to Airtable Base:

  1. Collect time entry data
  2. Send to Airtable API
  3. Automatic syncing
  4. View in Airtable interface
  5. Powerful reporting and views

Google Sheets

Append to Sheet:

  1. Format as CSV row
  2. Use Google Sheets API
  3. Append to specific sheet
  4. Access from any device
  5. Share with team or clients

Sample Shortcut Workflows

Freelancer Billing Tracker

Complete Workflow:

  1. Morning: "Start workday" shortcut
  2. Switch projects: Quick project picker
  3. Log breaks automatically
  4. End of day: Calculate total hours
  5. Weekly: Export to invoice template
  6. Monthly: Send summary via email

Consultant Time Logger

Client-Focused:

  1. Ask for client name (from list)
  2. Start timer with notification
  3. Idle detection: Prompt after 5 min inactivity
  4. Auto-round to 15-minute increments
  5. Add billable vs non-billable flag
  6. Weekly export with client totals

Student Study Tracker

Academic Focus:

  1. Select subject from list
  2. Start study session
  3. Log Pomodoros completed
  4. Track breaks taken
  5. Daily/weekly study time reports
  6. Goal setting and progress

Advantages

Cost

Privacy

Customization

Integration

Limitations

Technical Skills

Features

Platform Lock-in

Maintenance

Getting Started

Prerequisites

Learning Resources

First Steps

  1. Open Shortcuts app
  2. Start with "Gallery" templates
  3. Modify existing shortcuts
  4. Experiment with actions
  5. Test thoroughly before relying on

Pro Tips

Popular Time Tracking Shortcut Templates

Available on RoutineHub

Features to Look For

2026 Enhancements

New in iOS 18/macOS 15:

When to Use vs Dedicated App

Choose Shortcuts if:

Choose Dedicated App if:

Related Items