BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//https://techplay.jp//JP
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALDESC:EVENTS IN JAVASCRIPT
X-WR-CALNAME:EVENTS IN JAVASCRIPT
X-WR-TIMEZONE:Asia/Tokyo
BEGIN:VTIMEZONE
TZID:Asia/Tokyo
BEGIN:STANDARD
DTSTART:19700101T000000
TZOFFSETFROM:+0900
TZOFFSETTO:+0900
TZNAME:JST
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:781259@techplay.jp
SUMMARY:EVENTS IN JAVASCRIPT
DTSTART;TZID=Asia/Tokyo:20200528T103000
DTEND;TZID=Asia/Tokyo:20210506T233000
DTSTAMP:20260410T235129Z
CREATED:20200528T141303Z
DESCRIPTION:イベント詳細はこちら\nhttps://techplay.jp/event/78125
 9?utm_medium=referral&utm_source=ics&utm_campaign=ics\n\nAn HTML event is
  an "event" that occurs with HTML elements. When JavaScript is used in HT
 ML pages\, JavaScript can "bounce back" with these events.\nHTML event\nA
 n HTML event can be something the browser does\, or something the user do
 es.\nHere are some examples of HTML events:\nAn HTML page has finished do
 wnloading\nThe HTML input field has been changed\nAn HTML button has been
  clicked\nUsually\, when events happen\, you may want to do something. Ja
 vaScript allows you to execute the command line when the event is execute
 d.\nHTML allows event handling attributes\, with JavaScript code\, to be 
 added to HTML elements.\nWith single quotes:\n\nWith double quotes:\n\nIn
  the following example\, an onclick (with code) attribute\, is added to a
  button element:\n The time is? \nIn the above example\, the JavaScript w
 ill change the content of the element with id = "demo". In the next examp
 le\, the code will change the content of its own element (using this.inne
 rHTML):\n The time is? \nJavaScript code is usually several lines long. I
 t is more common to see event properties calling functions.\nFor example:
 \n The time is? \nGeneric HTML event\nHere is a list of some common HTML 
 events:\nEvent Description\nonchange An HTML element has been changed\non
 click User clicks on an HTML element\nonmouseover User moves the mouse ov
 er an HTML element\nonmouseout User moves the mouse away from an HTML ele
 ment\nonkeydown User presses on keyboard\nonload The browser has finished
  loading the page\nApplication in JavaScript\nEvent handlers can be used 
 to handle\, and verify\, user input\, user actions\, and browser actions:
 \ngeometry dash\nThings to do every time the page loads\nThings to do whe
 n closing the page\nAction should be taken when the user clicks a button\
 nContent should be verified when users enter data\n...\nA variety of meth
 ods can be used to work with events:\nThe HTML event attribute can execut
 e JavaScript code directly\nThe HTML event attribute can call a JavaScrip
 t function\nYou can assign your own event handlers to HTML elements\nYou 
 can prevent the event from being sent or processed
LOCATION:オンライン
URL:https://techplay.jp/event/781259?utm_medium=referral&utm_source=ics&utm
 _campaign=ics
END:VEVENT
END:VCALENDAR
