icloud
icloud copied to clipboard
iCloud calendar URLs
Using app-specific password: java.runtime.version = 1.8.0_221-b11 (most recent) `Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot get property 'principalUrl' on null object at org.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:60) at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:172) at org.codehaus.groovy.runtime.callsite.NullCallSite.getProperty(NullCallSite.java:47) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:296) at com.niftyside.icloud.calendars.app.gui.model.ResultTableModel.getValueAt(ResultTableModel.groovy:92)...
I'm getting a runtime failure ``` > bin/gui /home/bertin/work/src/Scratch/icloud-urls-git/groovy_java/gui-2.1.0 Exception in thread "main" java.lang.UnsupportedClassVersionError: com/niftyside/icloud/calendars/app/gui/Application : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:808) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:443) at...
When a user has numerous calendars in icloud, the widget used to display the output is too small and without scrollbars. It ends up clipping the output and doesn't display...
Upon visiting the main page of this repository, users are asked to "run the application". However, there is no information available about what exactly this might entail. There are three...