Skip to content

Commit

Permalink
removing rsvp from group
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Feb 11, 2024
1 parent 60bae3a commit 1946b6a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 20 deletions.
6 changes: 4 additions & 2 deletions src/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Reading an event does not allow for any additional parameters. It only takes the
"rsvp_block": null,
"cta": true,
"cta_block": 74,
"hide_button": false,
"hideButton": false,
"distribution": true,
"sequence": "10",
"date_created": "2024-11-01T12:57:25.983Z",
"date_updated": "2024-11-02T18:20:56.152Z",
Expand Down Expand Up @@ -132,7 +133,8 @@ Additionally, the API does not allow to set the status of an event - it will alw
"rsvp_block": "id-of-an-rsvp-block", // take the id from the url in the application or the response when creating an rsvp block via API
"cta": true,
"cta_block": "id-of-a-cta-block", // take the id from the url in the application
"hide_button": false
"hideButton": false,
"distribution": true,
}
```

Expand Down
8 changes: 1 addition & 7 deletions src/api/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GET /group/:prokey

Reading a group does not allow for any additional parameters. It only takes the proKey in the request url and simply provides you with all data for a specific element.

The response holds more fields than you might expect, as a group can be combined with a calendar subscription and therefore with a style, rsvp, and cta template.
The response holds more fields than you might expect, as a group can be combined with a calendar subscription and therefore with a style and cta template.

### Potential response

Expand All @@ -22,11 +22,8 @@ The response holds more fields than you might expect, as a group can be combined
"subscription": "no",
"subscription_cal_url": null,
"layout": null,
"rsvp": false,
"rsvp_block": null,
"cta": false,
"cta_block": null,
"hide_button": false,
"date_updated": "2023-11-24T15:05:14.079Z",
"date_created": "2023-11-24T15:05:13.007Z",
"events": [
Expand Down Expand Up @@ -72,11 +69,8 @@ Mind that you cannot add events on group creation. **You can only link events to
"subscription": "no", // can be "no" or "external" - the latter one requires a subscription_cal_url
"subscription_cal_url": null, // url to an external calendar. Needs to start with "http"! Usually ends with ".ics"
"layout": "id-of-a-style-template", // take the id from the url in the application
"rsvp": true,
"rsvp_block": "id-of-an-rsvp-block", // take the id from the url in the application or the response when creating an rsvp block via API
"cta": true,
"cta_block": "id-of-a-cta-block", // take the id from the url in the application
"hide_button": false
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/application-manual/groups-and-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
An **event group** acts as a container for one or multiple events.

It can be used for structuring and organize all of your data, or to link to an external calendar instead of individual events.
The latter one creates a button, which will trigger a subscription to this calendar. In this case, styles, RSVPs, and CTAs can be directly connected to the group.
The latter one creates a button, which will trigger a subscription to this calendar. In this case, styles and CTAs can be directly connected to the group.

---

Expand Down
6 changes: 4 additions & 2 deletions src/de/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Beim Abrufen eines Events sind keine zusätzlichen Parameter möglich. Es wird l
"rsvp_block": null,
"cta": true,
"cta_block": 74,
"hide_button": false,
"hideButton": false,
"distribution": true,
"sequence": "10",
"date_created": "2024-11-01T12:57:25.983Z",
"date_updated": "2024-11-02T18:20:56.152Z",
Expand Down Expand Up @@ -132,7 +133,8 @@ Weiterhin ist es nicht erlaubt, den Status eines Events über die API zu ändern
"rsvp_block": "id-eines-rsvp-blocks", // diese ID findest du in der URL des entsprechenden Elements in der Anwendung oder in der Response bei Erstellung eines RSVP-Blocks über die API
"cta": true,
"cta_block": "id-eines-cta-blocks", // diese ID findest du in der URL des entsprechenden Elements in der Anwendung
"hide_button": false
"hideButton": false,
"distribution": true,
}
```

Expand Down
8 changes: 1 addition & 7 deletions src/de/api/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GET /group/:prokey

Beim Abrufen einer Event-Gruppe sind keine zusätzlichen Parameter möglich. Es wird lediglich der proKey in der Anfrage-URL benötigt, um alle Daten für ein bestimmtes Element zu erhalten.

Die Antwort enthält mehr Felder, als du vielleicht erwartest, da eine Gruppe mit einem Kalender-Abonnement und dadurch auch mit einem Style, RSVP- und CTA-Template kombiniert werden kann.
Die Antwort enthält mehr Felder, als du vielleicht erwartest, da eine Gruppe mit einem Kalender-Abonnement und dadurch auch mit einem Style und CTA-Template kombiniert werden kann.

### Mögliche Response

Expand All @@ -22,11 +22,8 @@ Die Antwort enthält mehr Felder, als du vielleicht erwartest, da eine Gruppe mi
"subscription": "no",
"subscription_cal_url": null,
"layout": null,
"rsvp": false,
"rsvp_block": null,
"cta": false,
"cta_block": null,
"hide_button": false,
"date_updated": "2023-11-24T15:05:14.079Z",
"date_created": "2023-11-24T15:05:13.007Z",
"events": [
Expand Down Expand Up @@ -72,11 +69,8 @@ Beachte, dass du bei der Erstellung einer Gruppe keine Events hinzufügen kannst
"subscription": "no", // kann "no" oder "external" lauten - letzteres erfordert eine subscription_cal_url
"subscription_cal_url": null, // url zu einem externen Kalender. Muss mit "http" beginnen! Endet gewöhnlich mit ".ics"
"layout": "id-eines-style-templates", // diese ID findest du in der URL des entsprechenden Elements in der Anwendung
"rsvp": true,
"rsvp_block": "id-eines-rsvp-blocks", // diese ID findest du in der URL des entsprechenden Elements in der Anwendung oder in der Response bei Erstellung eines RSVP-Blocks über die API
"cta": true,
"cta_block": "id-eines-cta-blocks", // diese ID findest du in der URL des entsprechenden Elements in der Anwendung
"hide_button": false
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/de/application-manual/groups-and-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Eine **Event-Gruppe** ist eine Art Container für ein oder mehrere Events.

Sie kann zur Strukturierung und Organisation deiner Daten genutzt oder mit einem externen Kalender verknüpft werden.
Letzteres erzeugt einen Button, über den man einen Kalender abonnieren kann. Entsprechend kannst du Styles, RSVPs und CTAs in diesem Fall direkt mit der Gruppe verknüpfen.
Letzteres erzeugt einen Button, über den man einen Kalender abonnieren kann. Entsprechend kannst du Styles und CTAs in diesem Fall direkt mit der Gruppe verknüpfen.

---

Expand Down

0 comments on commit 1946b6a

Please sign in to comment.