Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created April 22, 2009 09:22
Show Gist options
  • Save wtnabe/99679 to your computer and use it in GitHub Desktop.
Save wtnabe/99679 to your computer and use it in GitHub Desktop.
iCal でアラームを記述する基本形
BEGIN:VEVENT
...
BEGIN:VALARM
TRIGGER;VALUE=DURATION:-P1D
DESCRIPTION:イベント
ACTION:DISPLAY
END:VALARM
END:VEVENT
COMMENT:iCalのアラームの基本形
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment