Re: Calendar interfaces

2022-09-20 Thread Andre Garzia via use-livecode
Graham, In 2005 I wrote a library to parse and generate vCards and iCalendar files. It is a very old library I wrote when I was still early in my LiveCode journey. It works but it is underdocumented. There are commands and functions to generate an iCalendar file and there are some “raw” vObject

Re: Calendar interfaces

2022-09-19 Thread Graham Samuel via use-livecode
Wow! That was a quick reply! Thanks so much. I will look forward very much to learning from you example file. Graham > On 19 Sep 2022, at 18:05, Bob Sneidar via use-livecode > wrote: > > Hi Graham. I was just looking at this myself. I think the best way to work > with calendars is to send an

Re: Calendar interfaces

2022-09-19 Thread Bob Sneidar via use-livecode
Hi Graham. I was just looking at this myself. I think the best way to work with calendars is to send an email with an iCalendar file (.ics). I will send you a zip file of an example with attachment to your personal email. It's pretty straight forward, but the file attachment is base 64 encoded b

Calendar interfaces

2022-09-19 Thread Graham Samuel via use-livecode
Folks, I have not been following this list with great attention for the last few months, nor doing active LC development, so I’ve missed a lot, but now I have been asked to look into the possibility of an app that reads and writes to standard calendars, particularly the kind used by Apple. I bel