Some people have a Discord mention to ping when they go live.
I put my streams into my calendar service so you can import it into your calendar app like Thunderbird, or Google Calendar, or even Outlook if you really wanted to (why).
Copy the URL https://chaoticlaw.com/stream/schedule
to your calendar app. Make sure that you use the “On the Network” option if you have it, else you’ll just see what I have currently on the calendar and it won’t auto-update!
(Of course this depends on my ability to start a stream on time, so we’ll see how that pans out…)
@chaoticlaw oh that's a real nice idea actually!!
@Umby Glad you like it!
I made it by setting up a redirect directive in my Caddyfile on /stream/schedule/
. That returns a HTTP 302 Found and redirecting to the public iCal (ics
) URL.
Hopefully it’s easy for your setup?
@chaoticlaw sounds like it would be easy enough to do with a serverless function :)