From 1946b6aba04b027683e53ad7cccf81b973b73962 Mon Sep 17 00:00:00 2001 From: Jens Kuerschner Date: Sun, 11 Feb 2024 17:19:49 +0100 Subject: [PATCH] removing rsvp from group --- src/api/events.md | 6 ++++-- src/api/groups.md | 8 +------- src/application-manual/groups-and-events.md | 2 +- src/de/api/events.md | 6 ++++-- src/de/api/groups.md | 8 +------- src/de/application-manual/groups-and-events.md | 2 +- 6 files changed, 12 insertions(+), 20 deletions(-) diff --git a/src/api/events.md b/src/api/events.md index 2277910..d6431c2 100644 --- a/src/api/events.md +++ b/src/api/events.md @@ -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", @@ -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, } ``` diff --git a/src/api/groups.md b/src/api/groups.md index 3a8e347..d5f321b 100644 --- a/src/api/groups.md +++ b/src/api/groups.md @@ -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 @@ -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": [ @@ -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 } ``` diff --git a/src/application-manual/groups-and-events.md b/src/application-manual/groups-and-events.md index 2396c56..632b515 100644 --- a/src/application-manual/groups-and-events.md +++ b/src/application-manual/groups-and-events.md @@ -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. --- diff --git a/src/de/api/events.md b/src/de/api/events.md index b771db2..d3426ce 100644 --- a/src/de/api/events.md +++ b/src/de/api/events.md @@ -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", @@ -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, } ``` diff --git a/src/de/api/groups.md b/src/de/api/groups.md index 8fb6bdc..45afd5e 100644 --- a/src/de/api/groups.md +++ b/src/de/api/groups.md @@ -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 @@ -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": [ @@ -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 } ``` diff --git a/src/de/application-manual/groups-and-events.md b/src/de/application-manual/groups-and-events.md index ef5e1ba..ec8954e 100644 --- a/src/de/application-manual/groups-and-events.md +++ b/src/de/application-manual/groups-and-events.md @@ -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. ---