Wrong timezone when importing invitation ics from Lotus Notes

Dear all,
I have the problem that the timezone is not correctly detected when importing invitations from  Lotus Notes (PRODID:-//Lotus Development Corporation//NONSGML Notes 8.5.2//EN_C) The event is one hour too late, I cal thinks it is "standard time" and not "daylight saving time"
This is the Timezone difinition in the ics file:
BEGIN:VTIMEZONE
TZID:W. Europe
BEGIN:STANDARD
DTSTART:19501029T020000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=10
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:19500326T020000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
When I change it to this definition:
BEGIN:VTIMEZONE
TZID:W. Europe
BEGIN:STANDARD
DTSTART:16010101T030000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
the event is correctly scheduled. Now the timezone is daylight saving time. Any hints on what is going wrong?
Thanks for your help!

My suggestion is to open a bug report with Apple if you can demonstrate that this always occurs. And, provide sample file (as you have above). https://bugreport.apple.com
As a work around I have let my customers know that the Calendar app in iOS appears to work fine and to attempt to accept event invitations through that rather than through Calendar app in OS X.
I also hope to create a simple script, droplet or automator workflow that could filter the timezones into Apple Calendar app friendly names. But, so much to do...

Similar Messages

  • When importing a file from a folder

    when importing a file from a folder it appears in the organizer as a exclamation mark but no photo. can anyone help i use elements 9

    Hi there,
    Digging up an old thread slightly, but is this still definitely the case? Last week double-clicking a folder definitely just opened up a folder for me to explore its contents, but now I'm constantly accidentally importing huge folders into things like After Effects and Mail... it's very annoying!
    If there's a fix I'd love to hear it!

  • When importing raw photos from Nikon D90 aperture seems to automatically adjust exposure darker. why? How can I stop this?

    When importing raw photos from Nikon D90 aperture seems to automatically adjust exposure darker. why? How can I stop this?

    This is typical of the default NEF RAW conversion of Aperture and the best thing you can do is set up a few presets to apply to all of your RAW images to get a tone curve and colors that is pleasing to you as a default. The in camera JPEGs / embedded JPEGs (that you first see during import) are treated to the Nikon "Picture Control" settings that are set on the camera - the RAW's as interpreted by Aperture are not.
    I have written extensively and even have a few downloadable presets on my site - look for NEF...
    http://photo.rwboyer.com/
    RB

  • Time modified when importing uploaded images from Gallery

    I'm a fire investigator and several of us use cameras to document a scene. We share the images using mobile.me Gallery. I posted this question nearly a year ago but the problem persists.
    "We use the 24 hour clock setting on all our cameras as opposed to AM/PM. When importing into iPhoto this is not handled properly. 0210 (2:10 AM) and 1410 (2:10 PM) show a date display on the imported photos both as 2:10:00. Lacking an AM or PM suffix or a true display of the 24-hour clock this leads to erroneous and misleading data for the photo.
    For law enforcement documentation purposes this is serious. Is there a setting or pref somewhere that needs to be changed?"
    Suggestions I received included making sure that the 24 hour clock was used as a setting on the camera and the Mac. All of this was checked and is as it should be. The offset between the real time and the time appearing in the iPhoto information panel is a constant amount (e.g. 1410 hours actual shows as 5:10) usually a 3 hour time shift (1410->1710).
    Suggestions to check the EXIF data of the photo(s) underscore the discrepancy. The imported photos' EXIF date/time (as checked with Graphic Converter) remain correct. Only the iPhoto information panel time is off and off consistently.
    Any ideas?
    vince

    Time discrepancies are usually a function of the date and time format set in the SytemPreferences. I do not have this issue. iPhoto respects the 24 hour clock - but then I use the 24 hour clock throughout my system.
    The date and time format is set in the Language and Text PrefPane in System Preferences.
    Regards
    TD

  • RFC call from Lotus Notes

    Hi,
    I have create an RFC function,and have a successful test in R/3.
    And when I call this RFC function from Lotus Notes.The return message is AA 291 'No correction'.
    Anybody know the reason?
    Best regards,
    leric

    Hello Leric,
    as an alternative option to using RFC, you may also consider using WebServices. SAP Systems as of Web Application Server 6.20 onwards offer all BAPIs as Web Services.
    please take a look at the R/3 web services browser: http://<hostname>:<icmport>/sap/bc/bsp/sap/WebServiceBrowser/search.html
    you may also take a look at SAP TechED 2006 session ID SOA150 (Providing and consuming web services in ABAP - http://www.sapteched.com/06/emea/edu_sessions/viewall.htm)
    Regards
    Michael
    PS: if you want to use RFC, you may consider using different connectivity options such as LEI Domino connector from IBM, ZeNotes from Konplan (http://www.konplan.com/public1/_EN/solutions_zenotes.php) or it.smartconnect from itelligence (http://it-smart-connect.itelligence.de/)

  • Drag and drop from Lotus Notes

    Hi all,
    I have a little problem with dnd from Lotus Notes. The purpose is dragging a mail from Notes and dropping it on my java application outside of notes.
    When I check the incoming flavors, there are 53 of them. The most of them are meaningless or empty, but 1 has my interest. It contains an URL from notes and with this URL I should be able to identify the mail within the correct Notes DB.
    Asking the transferData for this flavor gives me this tracing, the @ are replaced be some squares in the original tracing.
    It's the first one I'm interested in, but I'm unable to get the URL as an URL or String object.
    java.awt.dnd.InvalidDnDOperationException: no protocol: @@@URI$@@@Notes://DOMINOMAIL/C12571EE0031934D/38D46BF5E8F08834852564B500129B2C/D530EC2BDFA3BB45C125777B0036504E?server=DOMINOMAIL&replicaID=C12571EE0031934D@@@Subject@@@
    at sun.awt.dnd.SunDropTargetContextPeer.getTransferData(Unknown Source)
         at sun.awt.datatransfer.TransferableProxy.getTransferData(Unknown Source)
         at java.awt.dnd.DropTargetContext$TransferableProxy.getTransferData(Unknown Source)
         at dnd.URLDropTargetDemo.dumpDataFlavors(URLDropTargetDemo.java:117)
         at dnd.URLDropTargetDemo.drop(URLDropTargetDemo.java:79)
         at java.awt.dnd.DropTarget.drop(Unknown Source)
         at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(Unknown Source)
         at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(Unknown Source)
         at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(Unknown Source)
         at sun.awt.dnd.SunDropTargetEvent.dispatch(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processDropTargetEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Flavors:
    0: java.awt.datatransfer.DataFlavor[mimetype=application/x-java-url;representationclass=java.net.URL]
    1: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.io.Reader]
    2: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.lang.String]
    3: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=[C]
    4: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.io.InputStream;charset=UTF-16]
    5: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.nio.ByteBuffer;charset=UTF-16]
    6: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=[B;charset=UTF-16]
    7: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.io.InputStream;charset=UTF-8]
    8: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=java.nio.ByteBuffer;charset=UTF-8]
    9: java.awt.datatransfer.DataFlavor[mimetype=text/uri-list;representationclass=[B;charset=UTF-8]
    ...Thanks

    Use the Media Browser. This was written for iPhoto but it still works for 95% of Photos. It's the first option you want:
    https://discussions.apple.com/docs/DOC-4491

  • Created with PDF Maker files from Lotus Notes appears warning to Flash Player disable?

    Lotus Notes 8.5.3 FPX
    Windows 7 64 bit,
    Acrobat 11.0.6 XI.Pro
    When files are generated from the PDF Maker PDF from Lotus Notes, then a warning is displayed to Flash Player. How can I disable this warning?
    Is there an option in the Adobe Customization Wizard XI?
    Flash Player has been updated.
    Thanks for the help

    Good morning, I have Adobe Flash Player aktualisert-> problem is solved. Is there no way to check to disable permanently?

  • Loading of Data from Lotus notes to CRM

    Hai guys,
    I need to upload the Prospects data and also the activites which we created with the prospects from the Lotus notes to the CRM
    We have two lotus notes suppose X,Y from which we need to load the data. There might be some records which might be present in both X,Y.We dont want to duplicate the records.
    Also we have defined Marketing Attributes X,Y.So now when we are uploading the prospects from X lotus notes all the prospects from the X lotus notes should have X in the Marketing Attribute.Same way as the prospects from Y
    I dont have any previous experience loading the data to CRM.
    So if you guys have any experience/clues/suggestions can you please share your knowledge.
    Thanks in Advance
    RGDS

    Hello Taylor,
    the Lotus integration tools provide the ability to read and write data from Lotus Notes/Domino to SAP and vice versa. Workflow is a special use case. The tools bascially read and write arbitrary data.
    Even though I didn't experience CRM myself I still think that they may be suitable.
    Feel free to contact me directly so that I can provide the contact persons to you.
    Regards
    Michael

  • Java program to send email from lotus notes

    Hello,
    Please anyone suggest me how to send email from lotus notes using java.
    Thanks.

    I don't understand the question. Are you asking:
    1. How do I send e-mail from Lotus notes manually? Press the Send button.
    2. How do I send e-mail from Java? Look into the Java Mail API. Doesn't require Lotus Notes (or any other e-mail client, for that matter).
    3. How do I send e-mail to a Lotus Notes address? Just send e-mail to the address (see # 2 above). Nothing special required just because the recipient uses Lotus Notes. FYI: I use Lotus Notes (though I hate it) because it's our company's standard & have written Java apps that send e-mails to Notes. The only time I've had to be aware the recipient was a Notes client was when I was sending HTML formatted messages; then I had to pay attention to the limitations of Notes' brain dead HTML parser.

  • CKEditor copy-paste problem from Lotus Notes

    I use CKEditor in my web applications. When I want to copy a content from Lotus Notes which contains images CKEditor only accepts the image in my copy content and it is in inverted version. But when I repeat same operation in Google Chrome it accepts the text from content and this is acceptable for me. I am sending screen-shots of my issue. The content is the mail that you sent me about confirmation of my Firefox Help question. The copy content is the same for both screen-shots.
    How can I handle this in Firefox?
    Firefox version : 36.0
    Operating System : Windows 7
    Installed plugins :
    * Adobe PDF Plug-In For Firefox and Netscape 11.0.10
    * Creative Cloud Desktop Plugin.v_2_0_0_0
    * AlternaTIFF v2.0.6
    * Box Edit
    * Google Update
    * ImageCapture Suite Plugin Trial
    * Intel web components for Intel® Identity Protection Technology
    * Intel web components updater - Installs and updates the Intel web components
    * NPRuntime Script Plug-in Library for Java(TM) Deploy
    * Next Generation Java Plug-in 11.31.2 for Mozilla browsers
    * Document scanning browser plugin
    * NVIDIA 3D Vision Streaming plugin for Mozilla browsers
    * NVIDIA 3D Vision plugin for Mozilla browsers
    * Notes embedded control plugin for Mozilla
    * NPWLPG
    * Shockwave Flash 17.0 r0
    * 5.1.30514.0
    * Unity Player 4.6.3f1

    Unfortunately I do not know much about this tool, however I did find a few options with a little research:
    It looks like there is an option to paste as plain text with the editor:
    *Source:[http://ckeditor.com/forums/CKEditor/Paste-code-without-formating-HTML]
    As well as an advanced filter:
    *[http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter]

  • Sending an email from Lotus Notes release 5.0.4a

    I need to write java code for sending an email from Lotus Notes release 5.0.4a.
    Initially, I tried using Lotus Domino Toolkit for java, but the current release, "Lotus Domino ToolKit for Java/Corba release 5.0.8" is not compatible with the notes client/server we are using(5.0.4a).
    Now, I am trying to use "Lotus Domino Toolkit 2.1" which supports notes version 5.0.3 and higher, but I couldnot find out how to use it to send email.
    Is there are other way in which we can connect to Lotus Notes for sending email. I cannot use SMTP as the Lotus Notes administrator is afraid of security issues so there is no possibility that I can connect to Domino server using java mail API by enabling SMTP on the Domino server.
    I would be thankful if somebody can help me to do this.

    First off - This is very "off topic"
    The Domino SMTP server is not hard to lock down. Any Notes Admin worth his/her salt should know how to do it. Try to persuade them to run the SMTP stuff using name and password authentication only, or restrict access to an IP address range. This is all easy stuff.
    Otherwise DIIOP/CORBA is one way to go. If your toolkit jar files don't work with the server then try using the ones on the server. Look in %noteshome%\data\domino\java for the ncso.jar file.
    This works for me on an AS/400 java VM to WinNT/Linux Domino servers of various versions.
    How to create an email using this method is again not difficult. All you really need is a blank database template. You have to create a document with certain fields in it (all documented) and then save it. That's all there is to it.
    Word of warning DIIOP is not very rapid and careless coding can create problems. Ensure that once you have finished a session you make sure you close it else you will have continual connection problems.
    Try searching around the domino/notes groups on how to actually do this.
    SH

  • How to Extract Data From Lotus Notes in BI 7.0

    Hi,
    I need to <b>Extract Data From Lotus Notes</b>.
    Is it possible to create source system For Lotus Notes (Like we creating For R/3,Oracle,Flat Files etc) then we can Extract the Data ! or
    I need to Download the Data in .csv File then Extract the Data !
    really appreciate your comments and surely you can get points too...
    Thanks in advance
    prasanna

    Hi,
    What type of data do you want to extract from lotusnotes. .?
    regards,
    Mohan

  • How to migrate documents from Lotus Notes to Stellent Repository

    Hi All,
    I want to migrate almost 5000 documents from Lotus Notes to Stellent Repository. Is there any way to achieve this functionality?
    how to integrate both the things please let me know.
    Regards,
    Vishal Shah

    Hey Vishal,
    one approach could be
    1) fetch all the documnets and metadata (wat ever you need) from the Lotus Notes repository using java+Lotus API 2) write a BatchLoad script file using the metadata you have. And then start the batch loader.
    other approach could be to
    1) fetch all the documnets and metadata (wat ever you need) from the Lotus Notes repository using java+Lotus API
    2) Checkthem in using the WSDLs.
    There is one thing thought that even i would like to know its which of the two will perform better ?
    regards,
    sapan

  • Cannot drag attachment from lotus notes to acrobat 11

    i cannot drag attachment from lotus notes to acrobat 11. before i have the acrobat 9 its possible now i have the 11 version then i can't do anything. maybe you have some ideas if this is already removed from the latest version. thanks.

    Hi Tony ,
    I would like to know few details before we assist you further.
    Which version of Lotus Notes are you using?
    What is the exact version of Acrobat?
    What OS do you work on?
    What are the steps you are performing to drag the attachment from lotus notes to Acrobat ?
    Regards
    Sukrit Dhingra

  • Migration from Lotus Note / Domino to Microsoft office 365

    Core functionality has been agreed to be tested which include:
    - Provisioning of user account (create, delete, amend)
    - Authentication
    - Data Migration and
    - Usability. 
    The Background of the project is the migration of data from Lotus note/Domino to Microsoft Office 365. 
    A: How would we go about testing the product?
    B: What are the main features to look out for in order to  achieve test coverage in this type of project?

    For migrating Lotus Notes (NSF files) & Domino Server Mailboxes in Office 365 accounts use only a Good-Quality Lotus Notes to Office 365 migration application. The product executes Bulk migrations with high-speed and data security. Perform migration
    of emails, contacts (mailing lists), calendars and task (to-do lists) completely into Office 365.
    Get Product Overview at:
    http://www.export-notes.com/lotus-domino-to-office365.html
    (Facility to Migrate Lotus Notes as well as Domino Server Mailboxes)

Maybe you are looking for