{"id":17025760,"url":"https://github.com/pjkaufman/obsidian-simple-planner","last_synced_at":"2026-04-27T00:31:41.738Z","repository":{"id":209558562,"uuid":"724384396","full_name":"pjkaufman/obsidian-simple-planner","owner":"pjkaufman","description":"This is an Obsidian plugin that works as a simple planner for personal use.","archived":false,"fork":false,"pushed_at":"2024-08-21T11:56:52.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T14:56:24.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pjkaufman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-28T00:58:27.000Z","updated_at":"2024-08-21T11:56:56.000Z","dependencies_parsed_at":"2023-11-28T02:30:13.594Z","dependency_job_id":"fea18d06-2d93-4745-84d2-976ec0e13819","html_url":"https://github.com/pjkaufman/obsidian-simple-planner","commit_stats":null,"previous_names":["pjkaufman/obsidian-simple-planner"],"tags_count":0,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","purl":"pkg:github/pjkaufman/obsidian-simple-planner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjkaufman%2Fobsidian-simple-planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjkaufman%2Fobsidian-simple-planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjkaufman%2Fobsidian-simple-planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjkaufman%2Fobsidian-simple-planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjkaufman","download_url":"https://codeload.github.com/pjkaufman/obsidian-simple-planner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjkaufman%2Fobsidian-simple-planner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32318417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T07:29:57.923Z","updated_at":"2026-04-27T00:31:41.721Z","avatar_url":"https://github.com/pjkaufman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Planner\n\nA plugin designed to be a simple and work on checklist items in a file with recurring events.\n\n## How it Works\n\nThere are a list of calendars and events that exist. Each event must be attached to at least 1 calendar.\n\nThe plugin exposes several methods that can be used via Templater or elsewhere to get events for a specific day or date range.\n\n``` TypeScript\n// gets the formatted section for the specified calendars for the day provided\ngetEventsForDay(date: string | undefined, calendarsToInclude: string[] = [], calendarsToIgnore: string[] = []): string\n\n// gets the weekly, monthly, and yearly events for the calendars specified for the date range specified.\ngetWeeklyMonthlyYearlyEventsForRange(startDate: string | undefined, endDate: string | undefined, calendarsToInclude: string[] = [], calendarsToIgnore: string[] = []): string[] | string[][]\n```\n\nThese functions help determine which events are on which days which can then be responded to accordingly.\n\n## How to use\n\n- Clone this repo.\n- Make sure your NodeJS is at least v16 (`node --version`).\n- `npm i` or `yarn` to install dependencies.\n- `npm run dev` to start compilation in watch mode.\n\n## Manually installing the plugin\n\n- Copy over `main.js`, `styles.css`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/your-plugin-id/`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjkaufman%2Fobsidian-simple-planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjkaufman%2Fobsidian-simple-planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjkaufman%2Fobsidian-simple-planner/lists"}