Last modified:2026-06-04 22:55:16
Create a new reminder for the authenticated user or one of their family members. Supports daily and weekly repeat schedules. The next trigger time is computed automatically from reminder_time and timezone. repeat_days is required when repeat_type is 'weekly' (0=Monday … 6=Sunday).Body: title, description, reminder_time (HH:MM), timezone, repeat_type (daily|weekly), repeat_days (required for weekly), optional family_key, reminder_type, start_date, end_dateSuccess: 200 - data is the created reminder (reminder_key, family_member_name, reminder_type, title, description, reminder_time, timezone, repeat_type, repeat_days, start_date, end_date, is_active, next_trigger_on, last_triggered_on).Errors: 401 - invalid token | 404 - family member not found | 422 - invalid fields (e.g. weekly without repeat_days)