Bulk import of .ics attachments

Hi all,
My IMAP account lives on a Novell Groupwise system, and I maintain a calendar and to-do list in that system. When viewed from Mail.app though, the Calendar and Checklist folders contain mail messages with .ics attachments in them. Mail correctly parses these as iCal events, and turns them into iCal meetings or to-do items.
Is there a way of telling Mail that certain folders contain this kind of information, and to import them automatically? Or is there some means of bulk-importing the .ics attachments, or scheduling this to happen?
Cheers,
James

I used the mac groupwise client to set up rules to sort the mail versus other types of messages. I don't use Ical for may calendar but once you have them sorted maybe you can do something with them in apples mail program.
Can you schedule appointments with other groupwise users with Ical. I did some reading and discovered that groupwise did not support the webcal standard so thought it would not work?

Similar Messages

  • I'm currently using Adobe Acrobat X to create PDF portfolios for client deliverables. Within the portfolio, there is a "Files" view which can be seen below. I'm interested in knowing if it's possible to bulk import metadata into either the Description fie

    I'm currently using Adobe Acrobat X to create PDF portfolios for client deliverables. Within the portfolio, there is a "Files" view which can be seen below. I'm interested in knowing if it's possible to bulk import metadata into either the Description field or any user created field via a CSV, spreadsheet, etc. Thanks for any insight which can be given.

    I'm currently using Adobe Acrobat X to create PDF portfolios for client deliverables. Within the portfolio, there is a "Files" view which can be seen below. I'm interested in knowing if it's possible to bulk import metadata into either the Description field or any user created field via a CSV, spreadsheet, etc. Thanks for any insight which can be given.

  • Error in QP: Bulk Import of Price List

    Hi All,
    I am trying to import price list records using the concurrent program 'QP: Bulk Import of Price List'. I am facing one issue in this...below is the error detail:
    7164262/PRL/QP_INTERFACE_LIST_LINES//RAGH-L-3 A price break child line must have at least one pricing attribute.
    The header and Qualifier records are getting imported sucessfully, the issue is with the line and it's attributes. Below are the fields on interface tables whcih i m populating:
    INSERT INTO QP_INTERFACE_LIST_LINES (
    ORIG_SYS_LINE_REF,
    ORIG_SYS_HEADER_REF,
    LIST_LINE_TYPE_CODE,
    START_DATE_ACTIVE,
    END_DATE_ACTIVE,
    ARITHMETIC_OPERATOR,
    OPERAND,
    PRIMARY_UOM_FLAG,
    PRODUCT_PRECEDENCE,
    INTERFACE_ACTION_CODE,
    PROCESS_FLAG,
    PROCESS_STATUS_FLAG,
    PRICE_BY_FORMULA,
    AUTOMATIC_FLAG,
    REPRICE_FLAG
    --PRICING_GROUP_SEQUENCE
    ) VALUES
    'RAGH-L-3',
    'RAGH-H-3',
    'PLL',
    sysdate,
    NULL,
    'UNIT_PRICE',
    150,
    'Y',
    230,
    'INSERT',
    'Y',
    'P',
    NULL,
    'Y',
    'Y'
    --0
    INSERT INTO qp_interface_pricing_attribs
    orig_sys_pricing_attr_ref,
    orig_sys_line_ref,
    orig_sys_header_ref,
    PRODUCT_ATTRIBUTE_CONTEXT,
    product_attr_code,
    product_attr_val_disp,
    product_uom_code,
    interface_action_code,
    process_flag,
    process_status_flag,
    PRICING_ATTRIBUTE_CONTEXT,
    PRICING_ATTRIBUTE,
    PRICING_ATTR_VALUE_FROM_DISP,
    COMPARISON_OPERATOR_CODE,
    PRICING_ATTR_VALUE_TO_DISP )
    VALUES
    'RAGH-ATTR-3',
    'RAGH-L-3',
    'RAGH-H-3',
    'ITEM',
    'INVENTORY_ITEM_ID',
    'CM13139',
    'EA',
    'INSERT',
    'Y',
    'P',
    'ADS_PRICING',
    'COST',
    '25',
    'BETWEEN',
    '30' );
    Using the above process I am getting the error as mentioned:"7164262/PRL/QP_INTERFACE_LIST_LINES//RAGH-L-3 A price break child line must have at least one pricing attribute.".
    If I am not using the pricing attributes PRICING_ATTRIBUTE_CONTEXT,PRICING_ATTR_CODE, Pricing_attr_value_from,COMPARISON_OPERATOR_CODE, PRICING_ATTR_VALUE_TO I am able to import the line records also.
    The script provided by Oracle also uses the same columns in the interface table, kindly help me if any one have any idea regarding this issue.

    Hi Luko,
    I tried the same script given by oracle, but it is giving me the error as I mentioned earlier. When I am not using the pricing line attributes, it is working fine. The error is coming only when I am passing the pricing attribute parameter(PRICING_ATTRIBUTE_CONTEXT,     PRICING_ATTR_CODE,     PRICING_ATTR_VALUE_FROM_DISP,
    COMPARISON_OPERATOR_CODE,     PRICING_ATTR_VALUE_TO_DISP).
    I am passing the values as shown below:
    PRICING_ATTRIBUTE_CONTEXT-Code fro pricing context i.e PRICING ATTRIBUTE
    PRICING_ATTR_CODE-code for attribute i.e. FREIGHT_COST
    PRICING_ATTR_VALUE_FROM_DISP-200
    PRICING_ATTR_VALUE_TO_DISP-300
    COMPARISON_OPERATOR_CODE-BETWEEN
    Thanks!

  • How to use QPXVBLK: QP: Bulk Import of Price List?

    hi,
    i'm trying to create a script for import price lists. i've read that this concurrent program "QPXVBLK: QP: Bulk Import of Price List" is what i need. i've been able to successfully create the script to populate the interface tables:
    QP_INTERFACE_LIST_HEADERS
    QP_INTERFACE_LIST_LINES
    QO_INTERFACE_PRICING_ATTRIBS
    but i'm getting an error.
    3436374/PRL/QP_INTERFACE_LIST_HEADERS/24934 Cannot perform Insert, as record with orig_sys_header_ref 24934 already exists for the list_source_code .
    i figured it has something to do with the ORIG_SYS_HEADER_REF, ORIG_SYS_LINE_REF and ORIG_SYS_PRICING_ATTR_REF columns.
    below are values i'm currently passing.
    QP_INTERFACE_LIST_HEADERS TABLE
    - ORIG_SYSTEM_HEADER_REF = LIST_HEADER_ID
    QP_INTERFACE_LIST_LINES TABLE
    - ORIG_SYS_LINE_REF = LIST_LINE_ID
    - ORIG_SYS_HEADER_REF = LIST_HEADER_ID of parent record in QP_INTERFACE_LIST_HEADERS TABLE
    QP_INTERFACE_PRICING_ATTRIBS TABLE
    - ORIG_PRICING_ATTR_REF = PRICING_ATTRIBUTE_ID
    - ORIG_SYS_LINE_REF = LIST_LINE_ID of parent record in QP_INTERFACE_LIST_LINES TABLE
    - ORIG_SYS_HEADER_REF = LIST_HEADER_ID of parent record in QP_INTERFACE_LIST_HEADERS TABLE
    if these are not correct, what values should be passed on this columns?
    thanks
    allen

    hi all,
    ii would like to add a follow up question on this.
    what fields are required when inserting records into the interface tables for the QP: Bulk Import of Price List?
    i've been running some tests and while some price lists are imported with no issues, some are not and some only partial. i'm not receiving any errors on the import which makes this harder for me to debug.
    any thoughts?
    thanks.
    allen

  • Bulk import error - Missing required attribute ‘fullname’

    Folks,
    I am having trouble trying to bulk import some users.
    I have the following file for import (cut down from what I really want to import):
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user1”,”myLDAPresourcename”,”passwd”,”passwd”,”myfirstname1”,”mysurname1”,” myfirstname1 mysurname1”This works using “Accounts->Launch Bulk Actions” with Action set to “From Action List” and everything else on that page left at the default value. The correct data appears in IDM and the LDAP resource.
    Now if I try to import the following file, in which the user does not have a first name, I get in to trouble:
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user2”,”myldapresourcename”,”passwd”,”passwd”,””,”mysurname2”,”mysurname2”
    The error message is:
    com.waveset.Util.WaveSetException: An error occurred adding user ‘uid=user2,…..’ to resource “myLDAPresourcename”.
    com.waveset.util.WavesetException:  Missing required attribute ‘fullname’Clearly the import file contains a column for ‘fullname’ (column 8) and a value for ‘fullname’ in the only row of data “mysurname2”. As far as I am concerned it is perfectly valid for a user not to have a ‘firstname’; but they must have a ‘fullname’.
    I have tried using an import file without a value for ‘fullname’, but with a ‘firstname’ and ‘lastname’ like this
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user3”,”myLDAPresourcename”,”passwd”,”passwd”,”myfirstname3”,”mysurname3”,””This works. The correct data appears in IDM and the LDAP resource and IDM has generated a ‘fullname’ value of “{Firstname} {Surname}”. Trying to leave out the ‘firstname’ and the ‘fullname’ gives the same error as above.
    The configuration of my resource (in summary) is
    objectclasses:
         top
         person
         inetOrgPerson
    Account Attributes:
         accounted     -> uid               [required]
         password     -> userPassword
         firstname     -> givenname
         lastname     -> sn               [required]
         objectClass     -> objectClass
         fullname     -> cn               [required]
    As an experiment I have tried reconfiguring the resource so that ‘fullname’ is not marked as required.
    Importing user1 and user3 still works and still creates the correct data in IDM and the LDAP resource.
    Importing user2 now gives a different error:
    com.waveset.Util.WaveSetException: An error occurred adding user ‘uid=user2,…..’ to resource “myLDAPresourcename”.
    javax.naming.directory.SchemaViolationException: [LDAP: error code 65 – Object Class Violation]I don’t understand why, during the import of a user without a ‘firstname’ IDM will not generate a ‘fullname’ or use the supplied ‘fullname’.
    Can anyone help?
    Regards,
    Gavin

    After further testing it turned out that I couldn't create a user without a firstname from the IDM GUI and this in turn was because of the way fullname was generated by the user form.
    I've got the user form changed and now user creation (from the GUI and via bulk import) is working as hoped.

  • Is there a way to bulk import/edit SMTP Proxy Adresses in Unity Connection 10?

    I'm looking for a way to perform a bulk import of SMTP Proxy Addresses. BAT doesn't seem to have a way to do it.  I have 3,000 users, not looking forward to doing it manually!  Any suggestions?
    Thanks

    Is there a reason you think it wont work with BAT? BAT has a field called 'SmtpProxyAddresses' which can be used to populate it. You will have to export your existing user data, massage it a little and add the SMTP Proxy address and use the Update option to make the changes. You can also set the "Generate SMTP address......" in the template for new users.
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/8x/user_mac/guide/8xcucmacx/8xcucmacappa.html

  • How to bulk import data into CQ5 from MySQL and file system

    Is there an easy way to bulk import data into CQ5 from MySQL and file system?  Some of the files are ~50MB each (instrument files).  There are a total of ~1,500 records spread over about 5 tables.
    Thanks

    What problem are you having writing it to a file?
    You can't use FORALL to write the data out to a file, you can only loop through the entries in the collection 1 by 1 and write them out to the file like that.
    FORALL can only be used for SQL statements.

  • Trouble creating a csv file to bulk import users

    Hi Guys,
    I'm trying to put a .csv file together to bulk import users. I'm practicing with one user right now. This is my CSV header:
    GivenName,Name,SamAccountNAme,Description,Department,OU,Enabled,Accountpassword,PasswordNeverExpires,CannotChangePassword
    This is my first line:
    newuser,newuser,newuser,newuser,Group2,OU=Group2,DC=CONTOSO,DC=COM,$True,P@ssw0rd,$True,$True
    When I test my file this is the output:
    GivenName                      : newuser
    Name                               : newuser
    SamAccountNAme            : newuser
    Description                       : newuser
    Department                      : Group2
    OU                                    : OU=Group2
    Enabled                            : DC=CONTOSO
    Accountpassword             : DC=COM
    PasswordNeverExpires    : $True
    CannotChangePassword : P@ssw0rd
    I obviously need to state the OU in the csv otherwise because the values are not in the correct place right now. Putting OU=Group2,DC=CONTOSO,DC=COM between brackets "..." doesn't help. Then all values are stated at 'GivenName'.
    Please help:-)

    Thank you Mahdi,
    When I do that, I get this:
    GivenName            : newuser,newuser,newuser,newuser,Group2,"OU=Group2,DC=contoso,DC=com"$True,P@ssw0rd,$True,$True
    Name                 :
    SamAccountNAme       :
    Description          :
    Department           :
    Path                 :
    Enabled              :
    Accountpassword      :
    PasswordNeverExpires :
    CannotChangePassword :
    There is one (,) missing between path and $true. I tested it and it works fine. However I am glad you found your way.
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or
    to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Account Relationships. Is it possible to do bulk imports?

    Hi,
    I would like to know if it´s possible to import csv files with information about Account Relationships. I need to create different types of accounts and then I need to import relationship between them (For instance: Company A will be a Suplier of CompanyB or CompanyB will be a customer of CompanyC).
    Is there any way to do bulk imports with this type of information?
    Also, what about reporting, is it possible to do reports or extractions of data to obtain this info?
    Thanks in advance

    Hi Antonio_A,
    Just in case you are looking for an alternative to CSV upload, you can actually perform the imports of Account Relationships via Web Services.

  • Maintain Sequence During Bulk Import

    I'm doing 'Mass Import' in transaction SOLMAN_WORKCENTER->START_IMPORT for a CTS project. But, I noticed that it triggers all the transports at once and import depends on the size of objects in the transport and not sequence.
    For example, if I've the following TRs in sequence and each TR is dependent on the previous one.....
    1 TR1
    2 TR2
    3 TR3
    If I trigger Bulk import for these TRs and TR1 has bulky objects, TR2 and TR3 will be imported before the dependent TR1, which will cause failure in import.
    Is there any way to trigger a mass import sychronously? So that TR2 will be moved only if TR1 is successful and TR3 will be moved only after if TR2 is successful.
    I'm facing the same issue in imports. The only solution to this problem was to move the TRs manually in STMS, one by one as per the sequence. It worked. But, it's not feasible for scenarios where the no of TRs in queue for imports are quite high.I checked the SAP help as well, but got no information on the same.
    Kindly suggest.

    Hello.
    Would you answer the following question:
    Have you already developed the program for transport requests import into a target (especially Productive) system ?
    With the possibility to maintain the requests sequence ?
    If so, then inform me, pls., how.
    Best regards,
       Vlad Beloglazov

  • How to delete only events I previously imported from .ics files?

    I have a very frustrating problem. A few months ago I added a few .ics calendars and merged them with my main calendar on iCal. For example I added a list of dates of baseball games for my favorite team, a list of holidays in Britain, and a few other .ics files.
    Then tragedy struck: I synced my Blackberry to my Macbook and iCal and then somehow all the dates on the imported .ics became one day earlier. For example, valentine's day, which should be February 14, is on February 13 on my calendar. And Christmas is on December 24, rather than December 25.
    Strangely, all the events that I manually added (such as my business meetings), are correct and were never changed. Only the dates/events from the imported .ics files changed.
    I have waited a few months, but the frustration is just too much. I can not easily delete my main calendar, because it literally has hundreds of business meetings spread out over a 6-9 month period.
    So my question is this:
    a) Is there a way to move all the date back 1 day for only things imported from .ics? All these holidays and events are i a small purple oval at the top of each date, so they are definitely look different than the business meetings I entered, so I hope there is a way to selectively move them.
    b) Is there a way to delete all those events and then try re-importing them?
    Tks for your help!

    Right, I only have 1 calendar. Ok, I did this but nothing seems changed. Here is what I did:
    I followed your directions and it ran for about 4 min and I heard my fan starting up and my Macbook slowed. Then things got better and my iCal crashed. I forgot to close it before I ran this I received no error message, but nothing changed in iCal and all the One Day Events were still there.
    So I then had the iCal closed, and attempted all steps again. Again it ran for about 4min, things slowed on my computer to a crawl, then got better. Then the Apple error window opened and said again iCal quit unexpectedly (I had not started it in the first place, but I assume the script had to open it to do the work, right?).
    So now I'm back where I started -- it seems like the script was doing something but it didn't do anything to my one day events
    I REALLY appreciate your help!

  • Send/import an .ics file  to iCloud calendar?

    Can I send/import an .ics file sent to my iCloud email to iCloud calendar? This .ics file is being sent from Outlook 2010.  Can import on my iPhone and iPad, but not online.

    I'm pinging this. If we have an iCloud.com, we should be able to upload event files to the calendar. Apple, are you listening?

  • VG310 Bulk Import issues

    I'm trying to bulk import a VG310 SCCP into CUCM 10.5.2 and am having an issue. I've tried everything I can think of but nothing works. I know I'm close because it takes the first entry in the csv and puts it in but then errors on any of the rest with the following error:
    SKIGWC288264458(Record Number 2) 2036 DOMAIN NAME MAC Address already exists.
    SKIGWC288264458(Record Number 3) 2036 DOMAIN NAME MAC Address already exists.
    Based on that I am assuming it doesn't like something about the MAC address being the same in the Domain Name field in the csv. I've tried leaving the rest of the entries blank but it doesn't like that. I tried adding 000 to the end of it (the way it adds the AN name to the port) and then incrementing up from there (001,002,etc) but that just created 24 new gateways.
    Any help is greatly appreciated. I've spent a lot of time messing with this. I would just put them in manually but I've got several VG350's to program as well and fear I will run into the same issue. I'd love to get it cleared up so as to automate the process somewhat.
    I'm attaching a copy of the BAT I created for reference.
    Thanks!

    Ayodeji, thank you for your input.
    I took the file you attached and modified it with my info specific to the site I'm programming. I had tried doing it like this previously but got an error:
    SKIGWC288264458(Record Number 1) 2004 GATEWAY NAME is blank.
    SKIGWC288264458(Record Number 2) 2004 GATEWAY NAME is blank.
    It gave me this same error when I used yours. I have the base gateway itself configured in CUCM already with all blank endpoints and uploaded using the file you sent as an example. As you can see, it appears not to like something with the field GATEWAY NAME. I've tried changing this to DOMAIN NAME in mine and that is the one that I found where it would work for the first port only, but only after paring down several other fields. Directory Number 1 in yours has to be PORT DIRECTORY, LINE DESCRIPTION 1 has to be just LINE DESCRIPTION. The same holds true for all the rest of the fields that have a 1 in them from what I was able to tell. In the example I'd previously attached, the first port was programmed when I imported but the rest errored with DOMAIN NAME MAC Address already exists error I noted in the original post.
    I am attaching the adjusted file I tried using based on yours. Please let me know what you think.
    Thanks again for the reply.

  • Bulk Import Projects along with Project Plan

    Hi,
    I am working on a requirement to bulk import Projects into Ms Project Server along with associated Project Plans. I have checked Solution Starter Bulk Create source code. However,  the source code doesn't check-in project plans associated with
    projects.
    It just creates Projects. I am looking for approach and alternatives to implement this requirement. Any help in this regard will be appreciated.

    Hi,
    From experience you will be able to create Bulk project up to Project details only , for schedule level consider using PSI to Add tasks under the projects. 
    Regards, Syed Faizan ur Rehman, CBPM®,PRINCE2®, MCTS

  • OWA - Bulk Import of Contacts into Group

    What is an option for importing a list of email addresses into OWA Contact Group/creating OWA Contact Group and pasting members' mail addresses into it? Similarly, if I create a new folder in My Contacts, how I can bulk import into this new folder? When
    I use Import Contacts standard OWA feature, contacts always imported into default Contacts folder?

    Hi,
    Based on my knowledge, there is no feature available in OWA 2013 for you to import Contacts. Please refer to the following article to import Contacts or Contact Group from Outlook 2013 to have a try:
    http://office.microsoft.com/en-001/outlook-help/import-contacts-HA102919678.aspx
    Regards,
    Winnie Liang
    TechNet Community Support

Maybe you are looking for