iCal RRULE -> next N occurrences (paid $0.001)
rruleExpand an iCal RRULE (RFC 5545) recurrence into its next occurrences. Specify the rule, start point, count, and timezone to get concrete dates.
Instructions
PAID $0.001. Expand an iCal RRULE (RFC 5545) recurrence into its next N occurrences. Args: rrule (e.g. 'FREQ=WEEKLY;BYDAY=MO,WE;COUNT=10'), after (ISO, default now), count (default 5), timezone. Tip: include DTSTART for anchored series. Without payment returns the x402 challenge; pass x_payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Return occurrences after this ISO datetime (default now). | |
| count | No | How many occurrences (1-366, default 5). | |
| rrule | Yes | RRULE string, optionally with a DTSTART line. | |
| timezone | No | Render occurrences in this IANA zone. | |
| x_payment | No | x402 payment payload (base64) for this PAID tool. If supplied it is forwarded as the X-PAYMENT header to settle the $0.001 call and return the real result instead of a 402 challenge. Omit to get the price challenge first. |