rsvp-formats: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(stub with iCalendar RSVP Expectation)
 
(iCalendar Participation Status)
 
Line 27: Line 27:


RSVP expectation is just a boolean parameter on the ATTENDEE property which specifies a person attending an event.
RSVP expectation is just a boolean parameter on the ATTENDEE property which specifies a person attending an event.
iCalendar also has the related Participation Status:
<pre>
4.2.12 Participation Status
  Parameter Name: PARTSTAT
  Purpose: To specify the participation status for the calendar user
  specified by the property.
  Format Definition: The property parameter is defined by the following
  notation:
    partstatparam      = "PARTSTAT" "="
                          "NEEDS-ACTION"        ; Event needs action
                          "ACCEPTED"            ; Event accepted
                          "DECLINED"            ; Event declined
                          "TENTATIVE"          ; Event tentatively accepted
                          "DELEGATED"          ; Event delegated
    ; Default is NEEDS-ACTION
</pre>
Further explored here:
* [[hcalendar-brainstorming#participation_status]]

Latest revision as of 15:44, 8 May 2013

This article is a stub. You can help the microformats.org wiki by expanding it.

This is part of an effort to define an rsvp microformat for marking up rsvp notes posted on independent sites about or in-reply-to an event post. Per the microformats process:

Formats

iCalendar

The only previous RSVP format known is what little is in iCalendar RFC2445.

4.2.17  RSVP Expectation

   Parameter Name: RSVP

   Purpose: To specify whether there is an expectation of a favor of a
   reply from the calendar user specified by the property value.

   Format Definition: The property parameter is defined by the following
   notation:

     rsvpparam = "RSVP" "=" ("TRUE" / "FALSE")
     ; Default is FALSE

RSVP expectation is just a boolean parameter on the ATTENDEE property which specifies a person attending an event.

iCalendar also has the related Participation Status:

4.2.12 Participation Status

   Parameter Name: PARTSTAT

   Purpose: To specify the participation status for the calendar user
   specified by the property.

   Format Definition: The property parameter is defined by the following
   notation:

     partstatparam      = "PARTSTAT" "="
                          "NEEDS-ACTION"        ; Event needs action
                          "ACCEPTED"            ; Event accepted
                          "DECLINED"            ; Event declined
                          "TENTATIVE"           ; Event tentatively accepted
                          "DELEGATED"           ; Event delegated
    ; Default is NEEDS-ACTION

Further explored here: