I’m not sure I fully understand the problem. Is this the same link that you’re clicking, but you sometimes get a 404 and sometimes get a download? Can you provide the URL you’re talking about?
https://lindania-schwandorf.de/my-calendar/?mcat=1
At the bottom Subscribe via iCal.
I add the link for Google Calendar (webcal://lindania-schwandorf.de/feed/my-calendar-google/) to our outlook now but now is just show the latest event I added and all other events are gone in my calendar same as in my google calendar.
After checking it with icalendar validator it only shows one event, using the api link all other events are pulled but the latest two are missing.
BEGIN:VCALENDAR
VERSION:2.0
PRODID:spatie/icalendar-generator
DESCRIPTION:Veranstaltungen von Faschingsgesellschafts Lindania
X-WR-CALDESC:Veranstaltungen von Faschingsgesellschafts Lindania
REFRESH-INTERVAL;VALUE=DURATION:PT1440M
X-PUBLISHED-TTL:PT1440M
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
DTSTART:20240331T020000Z
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:20241027T030000Z
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
END:VTIMEZONE
BEGIN:VTIMEZONE
TZID:UTC
BEGIN:STANDARD
DTSTART:20231202T214207Z
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:2718-31
DTSTAMP:20240828T214207Z
SUMMARY:6. Aktivensitzung
LOCATION:Diskothek Puzzles Marktpl. 2 Schwandorf Bayern 92421
ORGANIZER;CN=webmaster:MAILTO:[email protected]
DTSTART;TZID=Europe/Berlin:20240914T140000
DTEND;TZID=Europe/Berlin:20240914T160000
X-ALT-DESC;FMTTYPE=TEXT/HTML:
CATEGORIES:General
URL;VALUE=URI:https://lindania-schwandorf.de/mc-events/6-aktivensitzung/?mc
_id=2718
END:VEVENT
END:VCALENDAR
-
This reply was modified 1 year, 9 months ago by
fglindania.
-
This reply was modified 1 year, 9 months ago by
fglindania.
The iCal subscription contains whatever events you’ve added in the last 7 days; it’s a subscription, intended for somebody to add it to their calendar and then allow it to re-poll the subscription endpoint every couple of days to fetch any new events.
If you’re looking to download the events in the view, you want the ‘Export’ option, instead.