<div dir="ltr"><div dir="ltr">Just export the backup out of icloud ?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 23, 2022 at 12:22 PM Grand Rapids Linux Users Group <<a href="mailto:grlug@grlug.org">grlug@grlug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">As I recall, ICS files can just be (mostly) concatenated together to <br>
form a larger file you can import.  It's a pretty simple text format.  <br>
You just have to remove the beginning and ending VCALENDAR blocks.  <br>
Please keep in mind that this is completely untested, but something like <br>
this might work:<br>
<br>
echo "BEGIN:VCALENDAR" > combined-calendar.ics<br>
find . -name "*.ics" -type f -exec cat {} \; | grep -v "BEGIN:VCALENDAR" <br>
| grep -v "END:VCALENDAR" >> combined-calendar.ics<br>
echo "END:VCALENDAR" >> combined-calendar.ics<br>
<br>
Warm Regards,<br>
Kyle Maas<br>
<br>
<br>
<br>
On 8/21/22 14:14, Grand Rapids Linux Users Group wrote:<br>
> My Mac (early 2011; Sierra) hard drive finally died. So I'm stuck with <br>
> what I have on Time Machine as I move to Ubuntu and Thunderbird. <br>
> ("Inherited" the Mac from my wife when she got a new one in 2017.)<br>
><br>
> When I look in Time Machine at Library/Calendars I see 8 "calendars" <br>
> directories with "Events" sub-directories. In four of them, the Events <br>
> sub-dir is empty.<br>
><br>
> Three of the others just have a few events (11, 127, and 2300) linked <br>
> to a short time period (Jan 2019) or a certain day (16 Sept 2017 or <br>
> "Thu". The  8th calendar has 35K items from 16 Sept 2017 (when I <br>
> started using the "inherited" Macbook Pro) to the present.<br>
><br>
> That's all background.<br>
><br>
> Thing is, each item is an .ics. It looks to me like Thunderbird in my <br>
> new Ubuntu box treats each .ics as a separate calendar. So I don't <br>
> think I can just import 37,000+ "calendars" into Thunderbird.<br>
><br>
> Apparently the "right" thing to do is to "export" from Mac calendar to <br>
> iCal which, I gather, creates a unified .ics one can import to <br>
> Thunderbird. That train has left the station with the death of my Mac <br>
> hard drive.<br>
><br>
> I suppose I could grab my wife's Macbook Pro on which I have an <br>
> account and "restore" from Time Machine to Library on my account and <br>
> do the export. But she's kind of proprietary about her machine...<br>
><br>
> Does anyone know of any other way to get from the 37,000 ics's in Time <br>
> Machine to Thunderbird on Ubuntu?<br>
><br>
> Thanks.<br>
><br>
><br>
<br>
-- <br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="https://shinobu.grlug.org/mailman/listinfo/grlug" rel="noreferrer" target="_blank">https://shinobu.grlug.org/mailman/listinfo/grlug</a><br>
</blockquote></div></div>