I want to convert the current time to Unix timestamp / Epoch time but I don't get it. I've seen that people use Java DataFormat to convert the time to Epoch but I don't know how I can exactly implement this within Processing. Can someone help me with an example? Would be very appreciated!
I'm currently working on a processing application that connects with the agenda of your iPhone. There are a lot of standards available like Google Calendar, iCal or CalDAV (which I found here
http://forum.processing.org/topic/message-display )
The application should write and read the appointments. I'm using a Windows pc so I think that working with the iCal library is not the best idea.
What would you use and how can I use it? I am a novice user.