1
0
mirror of https://github.com/etesync/android synced 2024-12-02 12:58:34 +00:00
etesync-android/libs/ical4j-1.0.5/etc/samples/hcalendar/example1.html
rfc2822 3729951b52 Calendar improvements
* recurring events
* classification
* status
* attendees
* ical4j 1.0.4 -> 1.0.5
* remove biweekly (replaced by ical4j)
2013-10-05 10:59:19 +02:00

21 lines
1.3 KiB
HTML
Executable File

<div class="vcalendar">
<div>Method: <span class="method">xyz</span></div>
<div class="vevent">
<div>Posted at: <span class="dtstamp">19970324T120000Z</span></div>
<div>Sequence: <span class="sequence">0</span></div>
<div>UID: <span class="uid">uid3@host1.com</span></div>
<div>Organzied by: <a class="organizer" href="mailto:jdoe@host1.com">jdoe@host1.com</a></div>
<div>Attending: <span class="attendee"><a class="value" href="mailto:jsmith@host1.com">jsmith@host1.com</a><!-- RSVPed? <span class="rsvp">TRUE</span> --></span></div>
<div>Start Time: <abbr class="dtstart" title="19970324T123000Z">March 24, 1997 12:30 UTC</abbr></div>
<div>End Time: <abbr class="dtend" title="19970324T210000Z">March 24, 1997, 21:00 UTC</abbr></div>
<ul>
<li class="category">Meeting</li>
<li class="category">Project</li>
</ul>
<div>This event is <strong class="class">Public</strong></div>
<div class="summary">Calendaring Interoperability Planning Meeting</div>
<div class="description">Discuss how we can test c&amp;s interoperability using iCalendar and other IETF standards.</div>
<div class="location">LDB Lobby</div>
<div>Attachment: <a class="attach" type="application/postscript" href="ftp://xyzCorp.com/pub/conf/bkgrnd.ps">ftp://xyzCorp.com/pub/conf/bkgrnd.ps</a></div>
</div>
</div>