Calendar.txt
81–90 of 143 posts
Re: Calendar.txt
#82I created a super-simple CalDav-esque web endpoint in my personal website that receives HTTP requests from a command line tool, stores the calendar events, and then returns them as a dynamic ICS file. Then, I use Apple’s Calendar app to subscribe to a “hidden” URL and iCloud automatically distributes the subscription to all my devices. It sounds super dumb but it works so well. The main feature is that I can categori…
Could you elaborate on the "hidden URL"?
Re: Calendar.txt
#83Re: Calendar.txt
#84To me the biggest block for using any plain text format for daily stuff is I need a good mobile - laptop sync method that I can easily read / write and manage files on both mobile and laptop, does anyone have any recommendation? The best choice I can think right now is SimpleNote which I've been using for notes for a long time, but is there a way I can actually use .txt file instead of text been stored somewhere in a…
I recommend https://syncthing.net/ Works with all file formats, from photos and movies to text files. Cross platform: Linux, Windows, Android, probably also Mac and BSD. Update: And it's end-to-end encrypted and free, open-source software.
I suspect the experience is better on Android.
Re: Calendar.txt
#85Re: Calendar.txt
#86Re: Calendar.txt
#87To me the biggest block for using any plain text format for daily stuff is I need a good mobile - laptop sync method that I can easily read / write and manage files on both mobile and laptop, does anyone have any recommendation? The best choice I can think right now is SimpleNote which I've been using for notes for a long time, but is there a way I can actually use .txt file instead of text been stored somewhere in a…
I use my Gmail drafts as permanent, in-sync notes (with subject as the title of each note) Why? - No extra app needed - Keeps them quite hidden / private / secure - Always easy access (I always have emails open) - In sync with different devices
> Keeps them quite hidden / private / secure
Not hidden from Google obviously :) At that point, why not just use Keep at that point to get proper support for notes?
Re: Calendar.txt
#88Tangentially related, but the built-in Windows Notepad still to this day will append the current time and date to a file on opening, if the first line is ".LOG".
Re: Calendar.txt
#89Earlier quoted context omitted.
Without any explanation, this comment isn't particularly productive. Can you explain how it doesn't do it well?
I am also sceptical. It's conflating a format for recording calendars with a syntax the user needs to write. That syntax looks quite brittle and not very intuitive. One day = one line would get unwieldy fast. It doesn't localise well and there's no obvious way to implement recurring events beyond daily actions. (From what I can see at least?) You could build a client on top of that but then, you lose the benefit. It'…
disagree. having the data in a simple format makes it syncable, trackable, and guarantees that even if you don't have access to the software you're used to, you can always edit it by hand as long as you can access the file.
you can build some software on top of it; or better yet, build sync plugins for existing software, and benefit from nicer UX without giving up the benefits.
Re: Calendar.txt
#90Is support for 2034 on the calendar?
[1] https://terokarvinen.com/2021/calendar-txt/calendartxt-gener...
[2] https://terokarvinen.com/2024/format-date-calendar-txt/dateg...
[2] https://terokarvinen.com/2024/format-date-calendar-txt/
Update: Added the template until 2400.