+ {{
+ $t(
+ "These feeds contain event data for the events for which this specific profile is a participant or creator. You should keep these private. You can find feeds for all of your profiles into your notification settings."
+ )
+ }}
+
+
+
+
+ copyURL(e, tokenToURL(feedToken.token, 'atom'), 'atom')
+ "
+ :href="tokenToURL(feedToken.token, 'atom')"
+ target="_blank"
+ >{{ $t("RSS/Atom Feed") }}
+
+
+ copyURL(e, tokenToURL(feedToken.token, 'ics'), 'ics')
+ "
+ icon-left="calendar-sync"
+ :href="tokenToURL(feedToken.token, 'ics')"
+ target="_blank"
+ >{{ $t("ICS/WebCal Feed") }}
+
+ {{ $t("Regenerate new links") }}
+
+
+