Skip to content

Instantly share code, notes, and snippets.

@artem-bez
Last active May 2, 2017 03:12
Show Gist options
  • Save artem-bez/194260f6f1b542a6c07f to your computer and use it in GitHub Desktop.
Save artem-bez/194260f6f1b542a6c07f to your computer and use it in GitHub Desktop.
iCalendar file that describes when to celebrate the SysAdmin Appreciation Day. Celebration happens annually on the last Friday of July. You can import this file into a calendar application that doesn't provide direct means to specify such recurrence rule. For example, Google Calendar is one of such apps.
BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART;VALUE=DATE:20000728
DTEND;VALUE=DATE:20000728
RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=7;BYDAY=-1FR
DESCRIPTION:https://en.wikipedia.org/wiki/System_Administrator_Appreciation_Day http://sysadminday.com/
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:SysAdmin Appreciation Day
TRANSP:TRANSPARENT
END:VEVENT
END:VCALENDAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment