Created
December 8, 2020 19:49
-
-
Save lucaswinningham/c1d92cb65961ec35745333687871f589 to your computer and use it in GitHub Desktop.
Revisions
-
lucaswinningham created this gist
Dec 8, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ Create an ics file ```bash $ touch pay_day.ics ``` #### pay_day.ics ```ics BEGIN:VCALENDAR BEGIN:VEVENT DTSTART;VALUE=DATE:20201215 DTEND;VALUE=DATE:20201215 RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYMONTHDAY=15,-1 DESCRIPTION: LOCATION: SEQUENCE:0 STATUS:CONFIRMED SUMMARY:Pay Day TRANSP:TRANSPARENT END:VEVENT END:VCALENDAR ``` [Import it](https://calendar.google.com/calendar/u/0/r/settings/export)