• NumberFormatException: For input string: "All Day Event"

    By Hugo Loomans 1 decade ago

    When I try to synchronize I get the following error after a while:



    2009/11/03 09:35:33 INFO GooCalSync v0.920 has started.

    2009/11/03 09:35:33 INFO Start Notes to Google synchronization.

    Exception in thread "main" java.lang.NumberFormatException: For input string: "All Day Event"

        at java.lang.NumberFormatException.forInputString(Unknown Source)<br/>
        at java.lang.Integer.parseInt(Unknown Source)<br/>
        at java.lang.Integer.parseInt(Unknown Source)<br/>
        at goocalsync.NotesCalendarDAO.convDoc(NotesCalendarDAO.java:274)<br/>
        at goocalsync.NotesCalendarDAO.getNextEntry(NotesCalendarDAO.java:94)<br/>
        at goocalsync.SyncService.executeNotesToGoogle(SyncService.java:73)<br/>
        at goocalsync.GooCalSync.main(GooCalSync.java:14)<br/>
    



    Unfortunately, only the birthday entries were successfully added to my Google calendar.



    It would be very convenient to log what entry causes the error.