createDailyNote
Create a dated note in Microsoft OneNote to organize daily entries, track progress, and maintain structured documentation for productivity workflows.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebookName | Yes | Name of the notebook (e.g., "SQLNikon"). | |
| sectionName | Yes | Name of the section (e.g., "Elon"). | |
| date | No | Date in YYYY-MM-DD format, or "today" for current date. | |
| title | No | Optional custom title (defaults to M/D/YY format). | |
| content | No | Optional initial content for the note. |