epsi2ics/epsi2ical-patch@.service

11 lines
346 B
INI
Raw Normal View History

2020-02-09 17:36:10 +01:00
[Unit]
Description=Patch an ICS file based on EPSIs web calendar for %I
[Service]
Type=oneshot
# EXPECTED ENVIRONMENT:
#Environment="ICS_PATH=/path/to/target.ics" "WEEK_COUNT=how many weeks to update" "EXTRA_OPT=extra options (-m notify@example.org)"
ExecStart=/usr/bin/epsi2ical -j -u "%I" -p "${ICS_PATH}" -w "${WEEK_COUNT}" ${EXTRA_OPT}