You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, if an ICS feed is no longer valid (eg after season ends), we just return a 404... however this doesn't stop calendar clients from requesting that (dead) link in perpetuity.
With no other expiration mechanism available, missing iCAL feeds should return deliberately invalid details, prompting the user to remove the feed entirely.
Acceptance Criteria
Instead of returning a 404, return a valid feed containing a daily recurring appointment titled "Swapsea - remove past season"
The text was updated successfully, but these errors were encountered:
Today, if an ICS feed is no longer valid (eg after season ends), we just return a
404
... however this doesn't stop calendar clients from requesting that (dead) link in perpetuity.With no other expiration mechanism available, missing iCAL feeds should return deliberately invalid details, prompting the user to remove the feed entirely.
Acceptance Criteria
Instead of returning a
404
, return a valid feed containing a daily recurring appointment titled "Swapsea - remove past season"The text was updated successfully, but these errors were encountered: