# Todoist API Upcoming This Week Lenreportupcoming

> Sub-skill of todoist-api: Upcoming This Week ({len(report['upcoming'])}).

- Skill: `vamseeachanta/todoist-api-upcoming-this-week-lenreportupcoming` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/todoist-api-upcoming-this-week-lenreportupcoming`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/todoist-api-upcoming-this-week-lenreportupcoming/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/todoist-api-upcoming-this-week-lenreportupcoming

---


# Upcoming This Week ({len(report['upcoming'])})

## Upcoming This Week ({len(report['upcoming'])})


"""
    for task in sorted(report["upcoming"], key=lambda t: t.due.date):
        content += f"- [ ] {task.content} (Due: {task.due.string})\n"

    content += f"""

