Print event list from iCal

I manage different calendars, private, work, hobby etc.
Now, I would like to print a list of upcoming events from one of those calendars.
My iPhone has a "list" option that does exactly what I want, but I can't print that.
I have tried File/Print selecting only the wanted calendar and a date span, but I don't get the expected result.
iCal will print ALL the days within the time span, including dates with no entry. I would like to see only a list with events...
Is this possible in iCal?

The only way I have found takes a few steps, but it is not too complex.
- It requires the desired events to have a common set of characters in each event so the Search function will pull them out together (e.g., xxx, day, class, etc.).
- These common characters can be in the main event text box at the top of the event, or they can be anywhere in the event (in the location field, in the note section of the event at the bottom, etc.)
- Next, be sure the Calendar is selected on which these events are listed (top left corner click on Calendars and put check in the appropriate box(es).
- Next, click in the Search box in the top right of the main Calendar window and type the common characters set you entered in all the events (e.g., day).
- This opens a window pane at the bottom of the Calendar window.  To make the window pane larger click on the top of the window pane and drag it towards the top of the screen.
- In the window pane is a list of all the events that meet your search criteria.
- Click on all the events you want to print (<shift>mouse click on a range and <command>mouse click work here)
- Select print Calendar (File/Print, <cmd>P, ...)
- In the print window, first select or unselect the Calendars to print (so only the desired Calendar keys print)
- Next, in print window, at top in View, select "Selected Events"
- Select the print options you want
- Click on Continue, with takes you to the Printer window, and select the print and click Print (or PDF)
Done!
I believe this is much harder than it should be. I haven't yet found a 3rd party app that makes this any easier.

Similar Messages

  • Error printing pick list from IW32

    Hi all,
    When trying to print pick list from transaction IW32, I get this error message:
    Express document "Update was terminated" received from author ...
    When I checked out this error message in SM13, I found this:
    Transaction code: IW32
    Module name (function): PM_ORDER_PRINT_CONTROL
    Status: Update was terminated
    Raise exception: KEY_NOT_FULLY_SPECIFIED (Complete key not entered)
    The shop paper (pick list) is customer defined (Z*) under application area O (Maintenance orders). This shop paper is set up to print to a certain printer, P1, and printing other PLM documents on this output device works fine.
    Does anyone have an idea what can be causing this error?
    All helpful answers will be rewarded.
    Best regards,
    MV

    Hi,
    I have tried to print the pick list several times, in development, test, and production systems. It fails with the same error each time.
    Do you have any ideas why this error occurs, is there any special IMG activity or PLM configuration that I could check to see if some printer settings are wrong?
    Regards,
    MV

  • Is is possible to open event lists from different tracks at the same time in Logic Pro 9?

    Is it possible to open event lists from two difference tracks in an arrangement at the same time in Logic Pro 9?
    When I switch between tracks the event list swiches as well. Thanks in advance.

    If you deselect the litte chain link icon in the event list window, it will no longer follow your region selection and you can openas many as you need. Also you can select multiple regions and see the inthe SAME window if you select to show multiple regions, and you can have the notes shown in their respective track colors.

  • No To Do list from iCal?!!

    Just bought an iPod Touch on Friday. Everything seemed to be syncing fine until I put some things in my To-Do list in iCal for this week. The Events showed up fine (i.e. a 9:30 am appointment)- on the Touch, but not the To-Do list. I just spent an hour on the phone with customer support, only to be told that the To-Do list shows up on the older iPods, but not the Touch or the iPhone. What?! My 5 year old Sony Clie synced more completely than my Touch!
    I am hoping that I was just talking to someone who was incorrect. I cannot believe that Apple would strip out a huge chunk of functionality from the calendar and still market it as native and complete iCal. Hence the post here -- have any of you gotten your To-Do list to show up on the Touch?
    Thanks in advance!

    No, the tech was correct - the To-Do list does not transfer to the IPT. Many people feel that it should, but no one on these user-to-user forums can implement that. (As an aside, RE: +"market it as native and complete iCal"+, they don't, at least not that I've seen - and the IPT app is called "Calendar", not iCal.)
    I'd encourage you to submit feedback to Apple requesting this feature (they won't "hear" your feedback in these forums):
    http://www.apple.com/feedback/ipodtouch.html
    Hope this helps...

  • Can I see my to do`s list from ical on the iphone?

    I use iwork 08 and I allready have a to do list on my ical, but in my iphone after sync I only see my calendar, contacts, etc. but not my to do list. How can i see it?

    I use a combination of Toodledo.com (a free online To Do manager, though I upgraded to their $15/yr "Pro" service) and an app for the iPhone called "Todo" (oddly enough) by Appigo. This iPhone app syncs perfectly back and forth to Toodledo.com and of course you can manage your to do list via Safari on your Mac or any browser from anywhere (like Internet Explorer at work, airport, etc). It costs $9.99 from the iTunes store, but its well worth it. Less structured than OmniFocus (which is overkill for me) and works via the web so I can access my data from anywhere on any device.
    Also, through Toodledo.com you can subscribe to a shared iCal calendar that contains your To Do list - so, while you can't edit through iCal (must edit on the web at toodledo.com or on your iPhone via Todo or the toodledo.com iPhone-specific webpage), you can SEE your to do list on the side pane of iCal.
    Works very well, actually. At the least I can see my to do list when iCal is open, and the web app is very easy to use. And Appigo's iPhone app Todo is very well written and has a great interface. There is also a Dashboard widget you can download that lets you manage your to do list.
    And Appigo also has an app called Notebook which also syncs notes back and forth to Toodledo.com ($4.99 I believe from iTunes).
    (I have no relationship with Appigo, but I did buy both of these app and I think they're well worth the price).

  • Printing a listing from an array of objects

    I know I'm missing something simple here but for the life of me I can't spot it. The code below should print a list of student names to the screen. At the moment it only prints the last name entered into the array. I will kick myself when I see the answer but can anyone suss this out ? Many thanks for any help.
    // A Program called StudentDetails3.java which inserts student names into an array according to
    // a calculated hash Index and then prints out the name list in this order
    import javax.swing.JOptionPane;
    public class StudentDetails3
    // Member Section
    // Private members
    private static String studentName;
    // Public members
    public static String input = JOptionPane.showInputDialog(" Please enter the number of students in the class : - ");
    public static int maxNum = Integer.parseInt(input);
    public static int hashIndex = 0;
    // Constructor Section
    StudentDetails3 ( String newStudentName )
    studentName = newStudentName.toUpperCase();
    // Method Section
    public int hashCalc()
    int total = 0;
    for( int charNo = 0; charNo < studentName.length(); charNo ++ )
    char letter = studentName.charAt(charNo);
    int asciiVal = letter;
         if( studentName.charAt(charNo) ==' ')
         asciiVal = 0;
         total = total + asciiVal;
    hashIndex = total % maxNum;
    return hashIndex;
    public void output()
    System.out.println(" The student's name and hash index is " + studentName + " " + hashIndex );
    static class DetailsStorage
    // Member Section containing the array into which the student objects will be inserted
    private Object [] array;
    private int current;
    // Constructor
    DetailsStorage ( int noOfStudents )
    array = new Object[ noOfStudents ];
    current = 0;
    // Method for adding name to array
    public void add ( Object StudentDetails3 )
    {  if ( array [ hashIndex] == null )
    array [ hashIndex ] = StudentDetails3;
    else if ( (hashIndex + 1) <= (array.length-1) )
    do
    { hashIndex = ( hashIndex + 1 );
         if ( array [ hashIndex ] == null )
         {   array [ hashIndex ] = StudentDetails3;
         break;
    } while ( (hashIndex + 1) <= (array.length-1) );
         else
              for ( int firstLp = 0; firstLp < array.length; firstLp ++ )
         if ( array [ firstLp ] == null )
         {   array [ firstLp ] = StudentDetails3;
                   break;
    public void printOut ( )
    {   int loop = 0;
    System.out.println ( " Name\t\tCourse " );
    System.out.println ( "____\t\t_________ " );
         for ( loop = 0; loop < array.length; loop ++ )
         System.out.println ( ( ( StudentDetails3 ) array [ loop ] ).studentName );
    // Main Program for testing
    public static void main( String[] args )
    {   String  name;                                              
    // Obtain list of names from the user
    DetailsStorage nameList = new DetailsStorage( maxNum );
    for( int lp = 0; lp < maxNum; lp++ )
    {   name =  JOptionPane.showInputDialog(" Please enter the name of student in full ( e.g. Gareth Edwards )");
    StudentDetails3 newDetails = new StudentDetails3( name );
    newDetails.hashCalc();
         nameList.add ( newDetails );
    newDetails.output();
    nameList.printOut();
    System.exit(0);
    }

    You've made the student name a static field, which means that there's only one for the whole class.
    So the last one you input is the one you use for everybody.

  • Printing in Portrait from iCal

    This is a problem in iCal - you can't print from iCal in portrait mode - that's really lame Apple.
    I found a work around for the issue but why hasn't Apple fixed this??? I expect this kind of behavior from Microsoft but not from Apple, I should not have to go thru this multi step process to simply print my calendars in portrait mode. For almost two years there has been no fix from Apple, does Apple want users to not use iCal and use Entourage instead???? This needs to be fixed in Tiger and Leopard. Shame on you Apple.
    Here's the workaround posted by ErikW from 2005:
    http://discussions.apple.com/thread.jspa?messageID=1029674

    I found the following page. It works, but there are no page margins, so if you're 3-hole punching you're out of luck.
    http://www.macosxhints.com/article.php?story=20050810034000342

  • Printing a list from Contacts via Pages

    I'm not sure if this is an Address Book question or a Pages question, but I am posting it here.
    I want to print a list of my contacts from the Address Book via Pages so I can format it appropriately. I have looked at mail merge, but that seems to insist on a page break between each record. what's the best way to do what I am trying to achieve ?

    Thanks, but having read it that looks a rather long winded and clumsy approach to the problem.
    Actually, I've just done a bit more Googling on the problem and I realize there is a print option I was overlooking (when I expand the print options) that will create a list of all contacts.
    Hmm, looked at that a bit more and there is not much control over which fields are included, won't really do the job.
    Is there really no off the shelf Apple solution to what seems to me to be a pretty basic and frequently wanted requirement ?
    Message was edited by: tonydenson

  • Printing Picking list from LT31

    Hi all,
    I have to print a picking list from the TO & WH as input...
    i have created the smartform and a driver program with two input fields TO & WH.....
    and it worked perfectly....
    now user wants to use the tcode LT31 for printing ...now i want to know how to pass the values of TO & WH from screen of LT31 to my driver program...
    thnx
    RK

    Hi,
    There is a transaction called 'OMLV' . Here you have to configure your smartform as well as the print program. There is a program called RLVSDR40. You can use it of your own zprogram. This is a program for print control for warehouses with Storage Unit Management.
    In the print code , Warehouse Number segment  of OMLV you have give the 'Print program name' and Warehouse movement segment you have to pass your form name.
    You can ask your functional owner to do the configuration.
    Hope this will help u.
    Thanks,
    Abhijit
    Edited by: Abhijit Mandal on Jan 22, 2010 8:04 PM

  • Cannot Send Event Invites From iCal

    I cannot send invited from iCal.
    I am running Lion version 10.8.5.
    When I create a new event and try to invite others to the event their name is grayed out with a question mark next to it.
    My apple ID uses a gmail email address.
    I am using iCloud and syncing to Googlralso using Caldev and I have IOS devices, an  iPhone & iPad and an Android phone
    Any ideas anyone or is this a common problem ?

    Hello. Did you ever find a solution to this issue? I'm having the same one. My wife's iCal invitations are showing up in my iCal "Inbox" but are not coming to me via email. I discovered this while troubleshooting the issue just now...and saw that I had 10+ iCal invites for which I never received email notifications.
    I never proactively check iCal, so definitely need to resolve this issue, as receiving emailed invitations is the only way they're filed into my iCal. Thanks for any insight!

  • Printing Contacts List from Backup Assistant Webpage.

    What is the trick to printing your contact list from the Backup Assistant webpage?
    I selected all contacts, then selected "Select All Contact" then clicked Go.
    I used no filters, and it shows I have selected all 156 contacts, but when I click on Go (to print), nothing happens. If I click Command P on my Mac, it just prints the 8 contacts on that page. There is no way to view all of my contacts at once, otherwise it would be easy to print them, but as it stands now, I would have to click on each Next Page to print them all, 8 contacts per page, meaning 19 pages...a colossal waste of paper.
    Anybody have an idea on this?

        drsdc
    I'm sorry to hear about the trouble you're having with printing your contacts! I definitely want to make sure you can get the details you need from your online contact info. Are you able to export the contacts instead? This may allow you to format them in a way you'd prefer to print them. http://vz.to/19joHKi
    RuthW_VZW
    Follow us on twitter @VZWSupport

  • Get rid of event list in iCal view

    I just upgraded to Lion.  When I first opened iCal, it showed a single column with events shown by hour.  Somehow, in fiddling with the settings, I ended up with two columns -- one on the left showing past and future events as a scrollable list, and one on the right showing events by the hour for a specific day, week, etc.
    How do I get back to the single column showing events by the hour?  I don't want the scrollable list.

    Don H., I feel your pain.
    I just picked up my new MBP from the Apple Store tonight. They imported all of my data, and when I picked up the computer, they took me through each app to make sure all my data had imported correctly. When they showed me iCal, it looked perfect--all of my stuff was there, hour by hour, in Day view. It basically looked just like it did in Snow Leopard. My friend's birthday is today, so I was delighted to see that Event at the top of the hour-by-hour list--that's how I knew my data was there.
    When I opened iCal at home, it looks completely different. I now have this horrible formatting with a giant monthly calendar and a list of events on the left. The hour-by-hour list (which is what I use iCal for) is so narrow that I can't read any of the entries in their entirety. I dragged the border as far as I could to maximize the width of the hour-by-hour list and it's still only a little over an inch wide.  Meanwhile, the list of events that I DON'T need is 4 to 5 inches wide. 
    I've looked through all of the help menus and the only options for "viewing the calendar differently" are Day, Week, Month or Year. 
    What I don't understand is, why did it look normal while I was at the store, but completely different when I got home?  If it had looked like this at the store, I could've asked for help while I was there. I'm disappointed in the new format but can't figure out how to get back to what it looked like at the store. Wish I could help. I'll keep watching this discussion to see if you get help. Good luck.

  • Sortable event list in iCal?

    I have several different calendars set up in iCal. Is there any way to see all events from one calendar (or a selection of calendars) in an editable, sortable list?
    I don't see a way to tell if a calendar is empty or not without doing a search, or attempting to delete the calendar first. (iCal lets you delete the calendar if it's empty, but warns you first if it has something in it.) Searching is not an efficient method. If I search for "a," a common vowel likely to be in lots of messages, it still won't bring up my appointment to "Pick up some red plums," so I end up having to repeat the search for each vowel in each calendar.
    I've also had duplicate issues when using .Mac. It's really frustrating when you have no idea how many duplicates there are, since you can't see the entire calendar all at once.
    A simple sortable list view, like in Mail, would solve both these problems.
    I sent feedback to Apple on this, but I'm wondering if anyone here knows of a built in way to do it that I've just missed, or maybe a third party program that would add this functionality.

    Don H., I feel your pain.
    I just picked up my new MBP from the Apple Store tonight. They imported all of my data, and when I picked up the computer, they took me through each app to make sure all my data had imported correctly. When they showed me iCal, it looked perfect--all of my stuff was there, hour by hour, in Day view. It basically looked just like it did in Snow Leopard. My friend's birthday is today, so I was delighted to see that Event at the top of the hour-by-hour list--that's how I knew my data was there.
    When I opened iCal at home, it looks completely different. I now have this horrible formatting with a giant monthly calendar and a list of events on the left. The hour-by-hour list (which is what I use iCal for) is so narrow that I can't read any of the entries in their entirety. I dragged the border as far as I could to maximize the width of the hour-by-hour list and it's still only a little over an inch wide.  Meanwhile, the list of events that I DON'T need is 4 to 5 inches wide. 
    I've looked through all of the help menus and the only options for "viewing the calendar differently" are Day, Week, Month or Year. 
    What I don't understand is, why did it look normal while I was at the store, but completely different when I got home?  If it had looked like this at the store, I could've asked for help while I was there. I'm disappointed in the new format but can't figure out how to get back to what it looked like at the store. Wish I could help. I'll keep watching this discussion to see if you get help. Good luck.

  • Print Packing List from Delivery at Goods Issue

    We are facing an issue with our packing list for a division we are going live with in three weeks.  Our current business process for our plants already on SAP is to create the Packing List when the Delivery is created, with timing code "3" in the Packing List output condition, but to not print it until the "Check-in" button is clicked with the Shipment in VT02N based on an activity profile.
    However, for the service shipments in this division going live August 1, we do not need to create a Shipment nor generate a Bill of Lading from VT02N.  We will post goods issue from the Delivery itself, and we want the Packing List to print at the time of Post Goods Issue from the Delivery.  We have an access sequence for these service Deliveries with Shipping Point/Distribution Channel/Delivery Type, so only Distribution Channel 02 Deliveries will have Goods Issue from the Delivery, but we are not sure how to get the Packing List to not print until Goods Issue.  Any advice would be appreciated.
    Regards,
    Jeff Stewart

    Go to IMG>Logistics Execution>Shipping> Basic Shipping Functions>Output Determination> Maintain Output Determination for Outbound Deliveries.
         Select the Procedure you are using and check the control data to find the Cond. Type you are executing at the moment of the Outbound Delivery.
         Check the fifth column and see you have plenty of options, check them out helped by an ABAP team member; if there is nothing already there, just ask him/her to create a new routine with the validation you need and set it there.
    This is the same that Joao is suggesting I just went a little bit more in details.
    Good luck Jeff!

  • Events disappearing from iCal

    Hi there, my iCal has suddenly lost a load of events for next week. Some of my all day events are still showing, but not all of them.
    When syncing my iphone, they are still showing on my phone, but not in iCal and I am unable to add to the dates to replace them.
    I've tried restarting my mac and restarting iCal. I've tried to restore iCal from a backup, but it seems to take forever.
    Any ideas?

    Hey katharine-au
    If the Calendars app is not saving the data, check out the article below for troubleshooting iCloud calendars.
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

Maybe you are looking for

  • Capturing DVCPRO 50 into FCP 6

    In my Video settings I only have DVCPRO HD, or DV 50 NTSC. But no DVCPRO 50. Should I capture in DV 50 48khz anamorphic (it's 16x9)? Or is there something I should download?

  • 32 bit vs 64 bit odbc connection problems

    Good morning, I am trying to connect a powershell script that worked fine on a 32 bit system, but now will not work on a 64 bit system.  This script connects to a odbc connection and connects to a remedy ticket system and pulls information to move ov

  • NAC not checking the Window hotfix policy eventhough the hotfix is installed

    I need a little help in deploying the NAC . I am using the NAC in OOB Virtual Gateway mode.  I am facing a problem that i have made a check which check if KB910437 is available on the machine or not .If it is not it goes to microsoft site and downloa

  • Formatted search to auto generate Item No.

    Hi, Customer is using 2007A PL47. They had requirement to auto generate Item No based on UDF created in Item Master Data(OITM). The stock code structure is as follow: Item No=EP(hardcode 2 char)+U_ProdRange U_ProdGroupU_ProdFamily+user defined text T

  • Two Fields in AFKO Table...

    Hi Friends, Could you please tell me what is the difference between the 2 fields in AFKO Table. those two fieds are: <b>PLNBEZ and STLBEZ.</b> My question is: how do we know which field to use and when to use it appropriately. thnx for the help..