-
-
Save DaoWen/998c97d5c63d52d8981448cea4ced91d 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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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