Skip to content

Instantly share code, notes, and snippets.

@honda0510
Created May 31, 2011 04:35
Show Gist options
  • Save honda0510/999863 to your computer and use it in GitHub Desktop.
Save honda0510/999863 to your computer and use it in GitHub Desktop.
Google カレンダーに月末の予定を追加するiCalendarファイル
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:Asia/Tokyo
BEGIN:STANDARD
TZOFFSETFROM:+0900
TZOFFSETTO:+0900
TZNAME:JST
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;VALUE=DATE:20110531
SUMMARY:給料日
DESCRIPTION:給料が上がることを心待ちにしています。
RRULE:FREQ=MONTHLY;BYMONTHDAY=-1
END:VEVENT
END:VCALENDAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment