-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
|
||
# Groups and Events | ||
|
||
::: warning This site is currently still under heavy construction! | ||
Have a second look in a few weeks. :) | ||
::: | ||
An event group acts as a container for 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. | ||
|
||
--- | ||
|
||
An event is defined by its date, location, and other details. It is the core data element for everything you want to do at Add to Calendar PRO. | ||
|
||
It can be one all-day event, a recurring one, or even multiple dates if you want to create a small event series. Besides that, you can define event more details (like setting a specific time zone). | ||
|
||
You can connect styles, RSVPs, and CTAs with your event to active respective functionalities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
|
||
# Gruppen und Events | ||
|
||
::: warning Diese Seite befindet sich aktuell noch im Aufbau! | ||
Schau in wenigen Wochen nochmal vorbei. :) | ||
::: | ||
Eine Event-Gruppe ist eine Art Container für 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. | ||
|
||
--- | ||
|
||
Ein Event wird durch einen bestimmten Termin und weitere beschreibende Parameter definiert. Es ist das Kern-Element von allem, was du mit Add to Calendar PRO entwickelst. | ||
|
||
Bei einem Event kann sich bspw. um ein Ganztags-Event, einen wiederholenden Termin oder auch mehrere Termine (Termin-Reihe) handeln. Darüber hinaus kannst du allerdings noch viel mehr Details definieren (bspw. einen Organisator) definieren. | ||
|
||
Mit einem Event lassen sich Styles, RSVPs und CTAs verknüpfen, um entsprechende Funktionalitäten zu aktivieren. |