update_reminder: Update a reminder

View source: R/reminders.R

update_reminderR Documentation

Update a reminder

Description

Update a reminder

Usage

update_reminder(
  reminder_id,
  due_date = NULL,
  due_datetime = NULL,
  minute_offset = NULL,
  type = NULL,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Arguments

reminder_id

id of the reminder

due_date

new due date for the reminder (format: YYYY-MM-DD)

due_datetime

new due datetime for the reminder (format: YYYY-MM-DDTHH:MM:SS)

minute_offset

new minutes before due time to remind

type

new type of reminder

verbose

boolean that make the function verbose

token

todoist API token

Value

id of the updated reminder (invisible)

Examples

## Not run: 
update_reminder("12345", due_datetime = "2024-12-26T10:00:00")

## End(Not run)

rtodoist documentation built on Feb. 14, 2026, 5:06 p.m.