EventParticipation

This entity represents a participation in an Event.

See also: Relayable

Properties

Property Type Editable Description
author diaspora* ID The diaspora* ID of the author of the event participation.
guid GUID The GUID of the event participation.
parent_guid GUID The GUID of the Event.
status String The participation status, lowercase string as defined in RFC 5545, Section 3.2.12 (accepted, declined or tentative).
author_signature Signature The signature from the author of the event participation.

Optional Properties

Property Type Editable Description
edited_at Timestamp The timestamp when the event participation was edited.

Examples

From author

<event_participation>
  <author>alice@example.org</author>
  <guid>92f26ff0b1cb01342ebd55853a9b5d75</guid>
  <parent_guid>bb8371f0b1c901342ebd55853a9b5d75</parent_guid>
  <status>accepted</status>
  <author_signature>dT6KbT7kp0bE+s3//ZErxO1wvVIqtD0lY67i81+dO43B4D2m5kjCdzW240eWt/jZmcHIsdxXf4WHNdrb6ZDnamA8I1FUVnLjHA9xexBITQsSLXrcV88UdammSmmOxl1Ac4VUXqFpdavm6a7/MwOJ7+JHP8TbUO9siN+hMfgUbtY=</author_signature>
</event_participation>

From parent author

<event_participation>
  <author>alice@example.org</author>
  <guid>92f26ff0b1cb01342ebd55853a9b5d75</guid>
  <parent_guid>bb8371f0b1c901342ebd55853a9b5d75</parent_guid>
  <status>accepted</status>
  <author_signature>dT6KbT7kp0bE+s3//ZErxO1wvVIqtD0lY67i81+dO43B4D2m5kjCdzW240eWt/jZmcHIsdxXf4WHNdrb6ZDnamA8I1FUVnLjHA9xexBITQsSLXrcV88UdammSmmOxl1Ac4VUXqFpdavm6a7/MwOJ7+JHP8TbUO9siN+hMfgUbtY=</author_signature>
</event_participation>