Log Basecamp schedule entries to Google Sheets
This trigger fires when a new entry is added to a schedule you select.
Developer info
- API endpoint slug
- basecamp.new_schedule_entry
Trigger fields
Schedule Nested dropdown list
- Label
- Which schedule?
- Helper text
- Select the project and schedule to monitor.
- Slug
- schedule_id
- Required
- true
- Can have default value
- false
Ingredients
Summary The title of the schedule entry.
- Slug
- summary
- Filter code
- Basecamp.newScheduleEntry.Summary
- Type
- String
- Example
- Team offsite
Description The description of the schedule entry.
- Slug
- description
- Filter code
- Basecamp.newScheduleEntry.Description
- Type
- String
- Example
- Annual planning session.
Starts at The start time of the entry.
- Slug
- starts_at
- Filter code
- Basecamp.newScheduleEntry.StartsAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Ends at The end time of the entry.
- Slug
- ends_at
- Filter code
- Basecamp.newScheduleEntry.EndsAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Url A link to the schedule entry in Basecamp.
- Slug
- url
- Filter code
- Basecamp.newScheduleEntry.Url
- Type
- Web URL
- Example
- https://3.basecamp.com/1234567/buckets/2345/schedule_entries/987
