You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hello,
I downloaded the codenameone-calendar-master library from Git and I'd like to know how to include it in my project. Do I need to unzip it first or place the zip file in my libs directory? Also, does this library being used in order to create new entries in the device's calendar or to do something else?
Thank you in advance
Shai Almog
unread,
Oct 11, 2016, 9:20:36 PM10/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions, stema...@gmail.com
Hi, the easiest way is to just download the library to the project:
Right click the project. Select Codename One -> Codename One Settings -> Extensions Type in "Calendar" and install.
stema...@gmail.com
unread,
Oct 12, 2016, 12:29:07 AM10/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions, stema...@gmail.com
Hi, it seems the docs for this library are missing. Add the build hint: ios.add_libs=EventKit.framework
tho...@thomasmancini.com
unread,
Oct 31, 2016, 11:05:13 AM10/31/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions, stema...@gmail.com
Thanks for this. I was having the same issue when building. I was hoping for some documentation as well. How is your development going using this library? It is definitely somewhat tedious needing to do a debug build/install every time to test out the functionality. Do you happen to have anything you could share?
Thanks!
Shai Almog
unread,
Oct 31, 2016, 9:42:59 PM10/31/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions, stema...@gmail.com, tho...@thomasmancini.com
FYI the nice thing about github is that you can fork and contribute. If someone adds a decent JavaSE implementation of the library debugging on the simulator will become really easy...