It might be possible - I know Calendar and Notes are both scriptable. Have a 
look in their respective script definition files for the exact notation, but I 
imagine your basic script would be structured like this:
set noteToImport to all notes in food folder of notes app
repeat with currentNote in notesToImport
tell Calendar to make new event with date (line 1 of current note) and notes 
(lines 2 through -1 of currentNote)
end repeat

That's not code, it's just an outline, but see what those definition files tell 
you and maybe you can hack one together from there. Let me know if you have 
questions; I'm still learning Applescript myself, but am getting rather good at 
it.
On Jun 4, 2013, at 12:49 PM, Traci <[email protected]> wrote:

> Hi all,
> 
> A couple weeks ago, I mentioned I've been using the notes app as a food 
> journal.  This has been working out great because it seamlessly syncs between 
> mac & iDevices.
> 
> Now, I'm wondering if there is a way to import the note enteries into iCal.  
> I've created a new iCloud calendar for food tracking, is there any clever way 
> to send all that info over to the calendar?
> 
> Inside my notes app, I have a folder for the journal, then each note at the 
> top has the date.  Any automator ideas or apple scripts?
> 
> I have the utility launch bar, but so far I haven't figured out a way to send 
> the information over to the calendar.
> 
> Thank you in advance,
> Traci
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/macvisionaries?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 



Have a great day,
Alex (msg sent from Mac Mini)
[email protected]



-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/macvisionaries?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to