• New: "CalenDoor" - sync calendars to your BBS + telnet gateways built in

    From Hm Derdoc@VERT/FUTURELD to All on Tuesday, June 23, 2026 10:50:30
    So I made this door: https://github.com/hmderdoc/CalenDoor/releases

    I'm sure in some regards it's quite obvious what this is and does; what might not be obvious is why I wanted to make this, but here's a hint it has to do with the telnet gateway portion.

    The utopian vision is I didn't just make this so people have a calendar app, although it works for that, the vision is that by creating shared calendars there's a way to drive users to a specific place at a certain time, if you create a calendar event with "telnet://somebbs.net" as a location at 11PM on Friday, and you open CalenDoor you will be able to just hit a key to connect to somebbs.net when the event comes along.

    The problem I'm trying to solve is fragmentation and general BBS lifelessness. Sometimes I hear about time-boxed BBS related events such as chat meetups, testing sessions, demos, game parties, etc from many sources, irc, discord, mrc, forums, word of mouth etc. but I am sure there are just as many I don't hear about or I hear about them and forget about it. In some ways this door is also designed with a first time BBS user in mind - it sort of sets expectation about when and where to expect activity rather than walking into a ghost town. I might put it in my logon sequence personally as I think a filled calendar would certainly make the BBS world look more alive.

    The main things preventing my utopian vision would mainly be around how to aggregate and manage events. Right now I'm bundling a shared calendar "BBS Events" and that might work provided someone could act as good steward, reach out if you are interested in helping manage a calendar or have any ideas for calendar management. I certainly could build some API + form thing for scheduling intake on that calendar but that feels like a separate project from the door.

    I tried not to get too crazy with this app with my personal flair and just treat it like a utility without a lot of fluff - it's at v 0.1.0, give it a try, if it doesn't do something you want, LMK, maybe it can be changed.

    ---
    ï¿­ Synchronet ï¿­ telnet/ssh://futureland.today https://blockbra.in
  • From phigan@VERT/TACOPRON to Hm Derdoc on Wednesday, June 24, 2026 02:40:28
    Re: New: "CalenDoor" - sync calendars to your BBS + telnet gateways built
    By: Hm Derdoc to All on Tue Jun 23 2026 10:50 am

    So I made this door: https://github.com/hmderdoc/CalenDoor/releases

    This is a cool idea. I feel like there should be, in addition to current features, and if this isn't already in there, a way for the door to serve its
    calendars, and so a big group of BBSes could all point to one or a few particular BBSes, and all have the same calendar.. perhaps with some way for BBS users
    to add events, but that might need some kind of approval process or something.

    ---
    þ Synchronet þ TIRED of waiting 2 hours for a taco? GO TO TACOPRONTO.bbs.io
  • From Hm Derdoc@VERT/FUTURELD to phigan on Wednesday, June 24, 2026 09:14:19
    Re: New: "CalenDoor" - sync calendars to your BBS + telnet gateways built
    By: phigan to Hm Derdoc on Wed Jun 24 2026 02:40 am

    Re: New: "CalenDoor" - sync calendars to your BBS + telnet gateways built
    By: Hm Derdoc to All on Tue Jun 23 2026 10:50 am

    So I made this door: https://github.com/hmderdoc/CalenDoor/releases

    This is a cool idea. I feel like there should be, in addition to current features, and if this isn't already in there, a way > for the door to serve its calendars, and so a big group of BBSes could all point to one or a few particular BBSes, and all h > the same calendar.. perhaps with some way for BBS users to add events, but that might need some kind of approval process or
    something.

    100% agree in spirit and is something I'm thinking about as far as implementation details, currently I'm bundling a public
    calendar for which I'm an admin for but that's very manual - there could be some automation around the shared calendar but it
    probably would live outside the door. I'm happy to add events manually at this point to that calendar or give people access toit. There's also another way to potentially share calendars which would be making a pull request on github with your
    calendar's URL in the sample .ini file. It'll then be bundled with the door.

    So there's a few ways to skin that cat, none seem perfect to me yet - I can definitely build some sort of API to handle
    managing calendars but trying to think if there's a more BBS like way to share calendars like tossing messages.


    Cheers!

    \ >== HM Derdoc ==< /
    / @futureland.today \

    ---
    þ Synchronet þ telnet/ssh://futureland.today https://blockbra.in
  • From Digital Man@VERT to Hm Derdoc on Wednesday, June 24, 2026 13:34:56
    Re: New: "CalenDoor" - sync calendars to your BBS + telnet gateways built
    By: Hm Derdoc to phigan on Wed Jun 24 2026 09:14 am

    So there's a few ways to skin that cat, none seem perfect to me yet - I can definitely build some sort of API to handle managing calendars but trying to think if there's a more BBS like way to share calendars like tossing messages.

    Use the SYNCDATA echo? Seems like a good solution for that kind of asynchronous synchronization (over a network... see what I did there?).
    --
    digital man (rob)

    Synchronet "Real Fact" #74:
    Vertrauen went online (as a WWIV BBS running on a 10MHz PC-XT clone) in 1988 Norco, CA WX: 85.0øF, 47.0% humidity, 11 mph W wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Hm Derdoc@VERT/FUTURELD to Digital Man on Wednesday, June 24, 2026 22:28:06
    Re: New: "CalenDoor" - sync calendars to your BBS + telnet gateways built
    By: Digital Man to Hm Derdoc on Wed Jun 24 2026 01:34 pm

    Use the SYNCDATA echo? Seems like a good solution for that kind of asynchronous synchronization (over a network... see what > did there?).

    I see what you did there :) ... Really SYNCDATA would be a perfect place if it were Synchronet only but its multiplatform door,so for those non-dovenet users I guess they could toss stuff in different data subs for those networks.

    cheers,
    \ >== HM Derdoc ==< /
    / @futureland.today \

    ---
    þ Synchronet þ telnet/ssh://futureland.today https://blockbra.in
  • From Digital Man@VERT to Hm Derdoc on Thursday, June 25, 2026 01:19:51
    Re: New: "CalenDoor" - sync calendars to your BBS + telnet gateways built
    By: Hm Derdoc to Digital Man on Wed Jun 24 2026 10:28 pm

    Re: New: "CalenDoor" - sync calendars to your BBS + telnet gateways built
    By: Digital Man to Hm Derdoc on Wed Jun 24 2026 01:34 pm

    Use the SYNCDATA echo? Seems like a good solution for that kind of asynchronous synchronization (over a network... see what > did there?).

    I see what you did there :) ... Really SYNCDATA would be a perfect place if it were Synchronet only but its multiplatform door,so for those non-dovenet users I guess they could toss stuff in different data subs for those networks.

    Other BBS platforms can (and do) use the SYNCDATA echo (on DOVE-Net and FidoNet, it's gated) to share door/game data.
    --
    digital man (rob)

    Steven Wright quote #13:
    How do you tell when you're out of invisible ink?
    Norco, CA WX: 60.3øF, 89.0% humidity, 3 mph W wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net