update_ical_subscription
ActiveTool of Chronary
declared in 1.0.0
Update an external iCal feed subscription — change its label or its feed URL. Changing the URL forces a full re-sync on the next poll.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"subscription_id"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"pattern": "^https:\\/\\/.*",
"description": "New HTTPS URL of the iCal feed (.ics)"
},
"label": {
"type": "string",
"maxLength": 255,
"minLength": 1,
"description": "New label for this subscription"
},
"subscription_id": {
"type": "string",
"description": "iCal subscription ID to update"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Chronary
https://github.com/Chronary/chronary-mcp
2/7 registries