Sign in

Create a schedule entry

documented

Create a schedule entry for a schedule.

POST /schedules/{schedule_id}/entries.jsonSchedule Entriesno implementation yet0 runs

Input

account_id*
Basecamp account ID
{{$account_id}}
project_id*
Basecamp project (bucket) ID
{{$project_id}}
schedule_id*
Schedule ID
{{$schedule_id}}
summary*
Schedule entry summary
{{$summary}}
starts_at*
Starts at (ISO 8601)
{{$starts_at}}
ends_at*
Ends at (ISO 8601)
{{$ends_at}}
description
Description
{{$description}}
all_day
All-day event
{{$all_day}}
notify
Notify participants
{{$notify}}
participant_ids
Participant IDs (comma-separated)
{{$participant_ids}}
Calls Basecamp as you (your API key is your account); keychains.dev holds the credentials.
Create a schedule entry · Basecamp · OpenIntegrations