BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220224T190000
DTEND;TZID=America/Los_Angeles:20220224T200000
DTSTAMP:20260428T114700
CREATED:20220225T041018Z
LAST-MODIFIED:20220225T041018Z
UID:11749-1645729200-1645732800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with EmailApplication project and we changed the “messageMap” from Map<String\, EmailMessage> to Map<String\, List<EmailMessage>> . This is so that we can store multiple email messages per person. But we are not done with code because we ran out of time.\n\nHomework\n\nChange the code inside handleCreateEmail(EmailAccount). Before you do below code\, you first have to check if messageMap already has an existing List. If it has\, use that List instead of creating a new list.\n\nList<EmailMessage> emailList = new ArrayList<>();\nemailList.add(message);\nmessageMap.put(sendToEmail\, emailList);
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR