Skip to content

Instantly share code, notes, and snippets.

@pboesch
pboesch / isso
Created February 25, 2018 16:56 — forked from ckoepp/isso
FreeBSD rc.d script for isso
#!/bin/sh
#
# PROVIDE: isso
# REQUIRE: networking
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable isso:
#
# isso_enable (bool): Set to "NO" by default.
@pboesch
pboesch / README.md
Last active September 9, 2021 07:18 — forked from kuba-orlik/README.md
Remove old events from a big ics calendar file

Removes all events preceeding a given year from an .ics calendar file (the kind you can find e.g. in a Radicale-based CalDAV server).

Usage:

./trim-calendar.sh Personal 2016 # removes all events starting before the year 2016 from the calendar stored in Personal.ics file