Declare `name` and `creation_panel` in the `calendar_provider` schema
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 88/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- javascript
- Domain
- api
Research direction
Open schema/calendar-provider.json and compare its declared properties with the name and creation_panel reads noted in parent/ext-calendar-provider.js at lines 114, 596, 645, and 646. Check the existing schema conventions for optional localized strings and relative URLs, then verify schema checking recognizes both properties without changing their current pass-through behavior.
Written by the indexing model from the issue text.
Description
schema/calendar-provider.json declares only capabilities, but
parent/ext-calendar-provider.js also reads name (line 114, and 645 for the
New Calendar type list) and creation_panel (596, 646).
They work, additionalProperties: UnrecognizedProperty passes them through,
so this is only about discoverability and schema checking.
"name": {
"type": "string",
"optional": true,
"preprocess": "localize"
},
"creation_panel": {
"type": "string",
"optional": true,
"format": "relativeUrl",
"preprocess": "localize"
}
Putting this here as a reminder when implementing it as an API.
- Dominant language
- JavaScript
- Stars
- 33
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from thunderbird/webext-experiments
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
thunderbird/webext-experiments#72 · 3 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
thunderbird/webext-experiments#61 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
thunderbird/webext-experiments#60 · 1 comment ·
-
api: calendar
Difficulty 5/5 Over a week Newbie friendliness 25/100
thunderbird/webext-experiments#54 · 2 comments ·
All issues in thunderbird/webext-experiments
Similar issues
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
optimization optimization:agents-md-curator
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
githubnext/gh-aw-cao#13143 ·
-
status: needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100