Skip to content

Commit

Permalink
Clarify usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Markcanfly committed Nov 12, 2024
1 parent 68983ae commit b21954d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

Currently designed to run on CloudFlare Workers.

## Getting Started
## Usage

Deploy to CloudFlare Workers.

```bash
npx wrangler deploy
```

> Example: Filter for events with titles excluding specific strings
>
> ```bash
> curl https://${WORKER_URL}/?cal=${SOURCE_ICAL_FILE_URL}&titleDoesNotContain=birthday,Birthday
> ```
This URL can be provided to a calendar software supporting RFC 5545 calendar filer as a subscription.
## Development
See the [CloudFlare Workers guide](https://developers.cloudflare.com/workers/get-started/guide/)
to get started with development.

0 comments on commit b21954d

Please sign in to comment.