Add Fitbit sleep logs to iOS Calendar
This action creates a new event in the calendar you specify.
Developer info
- API endpoint slug
- ios_calendar.create_calendar_event
- Filter code method
- IosCalendar.createCalendarEvent.skip(string?: reason)
- Runtime method
- runAction("ios_calendar.create_calendar_event", {})
Action fields
Calendar name Text input > Other
- Label
- Calendar name
- Helper text
- If blank or calendar cannot be found, your default calendar will be used.
- Slug
- calendar_name
- Required
- false
- Can have default value
- true
Title Text input > Title
- Label
- Event title
- Helper text
- E.g. "Coffee with Max"
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- IosCalendar.createCalendarEvent.setTitle(string: title)
Location Text input > Other
- Label
- Location
- Helper text
- E.g. "Machine Coffee & Deli"
- Slug
- location
- Required
- false
- Can have default value
- true
- Filter code method
- IosCalendar.createCalendarEvent.setLocation(string: location)
Start date Text input > Other
- Label
- Start date
- Helper text
- E.g. "Tomorrow at 5pm" or "In five hours" or "03/20/2017"
- Slug
- start_date
- Required
- true
- Can have default value
- true
- Filter code method
- IosCalendar.createCalendarEvent.setStartDate(string: start_date)
Duration Text input > Other
- Label
- Duration in minutes
- Helper text
- Defaults to 60 minutes. Enter "all-day" for all day events.
- Slug
- duration
- Required
- false
- Can have default value
- true
- Filter code method
- IosCalendar.createCalendarEvent.setDuration(string: duration)
Notes Text input
- Label
- Notes
- Slug
- notes
- Required
- false
- Can have default value
- true
- Filter code method
- IosCalendar.createCalendarEvent.setNotes(string: notes)
Url Text input > Link
- Label
- Add URL
- Helper text
- Optional link for the event
- Slug
- url
- Required
- false
- Can have default value
- true
- Filter code method
- IosCalendar.createCalendarEvent.setUrl(string: url)
Alert Text input > Other
- Label
- Alert timing
- Helper text
- Use phrases like "15 minutes" or "one day." Leave blank for no alerts.
- Slug
- alert
- Required
- false
- Can have default value
- true
- Filter code method
- IosCalendar.createCalendarEvent.setAlert(string: alert)
Applets using this Action
-
-
Add Weather Underground forecast to iOS Calendar daily
-
Add your X Tweets to iOS Calendar
-
Add new iOS Reminders as iOS Calendar events
-
Add completed iOS Reminders to iOS Calendar
-
Track your Foursquare checkins in iOS Calendar
-
Track your work hours in iOS Calendar
-
Add new iOS Contacts to iOS Calendar automatically
-
Add Weather Underground report to iOS Calendar each morning
-
Add a Do Not Disturb event to iOS Calendar from a Note widget
-
Add a 30-minute iOS Calendar event with a Button press