1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 <html> <head> <!-- AddEvent script --> <script type="text/javascript" src="https://cdn.addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script> </head> <body> <!-- Button code --> <div title="Add to Calendar" class="addeventatc"> Add to Calendar <span class="start">06/23/2023 08:00 AM</span> <span class="end">06/23/2023 10:00 AM</span> <span class="timezone">America/Los_Angeles</span> <span class="title">Summary of the event</span> <span class="description">Description of the event</span> <span class="location">Location of the event</span> </div> </body> </html>