GitXplorerGitXplorer
k

mycal

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
30f70ef5988454643279e31b8ac35df4a521e2fb

Merge pull request #1 from kaczmarj/add/valarm

kkaczmarj committed 5 years ago
Unverified
78cb46f2c40d0083a4ae8d1f27da90fd72a4c5a5

add example of adding reminder

kkaczmarj committed 5 years ago
Unverified
de80c69cb5057af0b119538cd4a445ec95f62fea

add option to include reminder for mandatory events

kkaczmarj committed 5 years ago
Unverified
58234d21049be4f817448f5d389fdf6d4cb16cc0

initial commit

kkaczmarj committed 5 years ago

README

The README file for this repository.

mycal

This is a command-line program that modifies mandatory events in an iCalendar file. It is meant to be used ONLY with Stony Brook University School of Medicine calendars.

It is also my way of practicing using Go, so the code might not be the shiniest.

See the Releases tab for a program compiled for your distribution.

Examples

The following example adds the prefix "[MANDATORY] " to the title of every mandatory event.

./mycal -in calendar.ics -out modified.ics -pre "[MANDATORY] "

The following example adds the prefix "[MANDATORY] " to the title of every mandatory event and adds a reminder 30 minutes before each mandatory event.

./mycal -in calendar.ics -out modified.ics -pre "[MANDATORY] " -remind -min 30