import calendar from csv

S

sean

I have the Red Sox schedule in csv format and would like to import it to my entourage calendar.
Does anyone know if this is possible?
Tx
 
W

William Smith

I have the Red Sox schedule in csv format and would like to import it

to my entourage calendar.
Does anyone know if this is possible?

Entourage does have a File --> Import... command but I'm not sure if it
will understand these are calendar events. Usually, the CSV format is
used to import contacts instead.

Unless you know how to write AppleScript or can get the schedule as an
..ics file, I suspect you'll be stuck entering them manually.

--

bill

William M. Smith, Microsoft Interop MVP - Mac/Windows
Entourage Help Page <http://entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>
 
J

Jack Pohler

I've got an .ics file, but I'm still haven't figured out how to get it into Entourage.

Help



Jack :chagrin:
 
D

Diane Ross

Jack Pohler said:
I've got an .ics file, but I'm still haven't figured out how to get it into
Entourage.

Did you try double clicking it? If Entourage can open it, you can save it.
Sorry this is such a weak answer. This hasn't come up before. There is
nothing in Help about this.

You might want to look at Paul Berkowitz's Export Import scripts. They
should do what you want.

ScriptBuilders: Export-Import Entourage 1.3.10 (shareware) $20
<http://scriptbuilders.net/files/exportimportentourage1.3.10.html>
 
J

Jack_Pohler

I just tried it previous to your reply. It did put the information in, but not in quite the way I was expecting. My next question is "How to remove it".

"Be careful what you wish for......

Thanks for your help.

Jack
 
D

Diane Ross

I just tried it previous to your reply. It did put the information in, but not
in quite the way I was expecting. My next question is "How to remove it".

Use the Custom views for the Calendar to set the data you want deleted.
Delete from the custom view.

This will get rid of everything.

Do a Find for events whose subject contains "a" OR subject does not contain
"a" - this will find every event (there may be a custom view already created
called 'all events', which you could use instead).

Select an event, then do a 'select all' and hit the delete key. All events
will be deleted.

You might want to bookmark the Calendar FAQs for help in the future.

<http://www.entourage.mvps.org/faq_topic/calendar.html>
 
Top