AnCalEvent

buzztouch plugin: AnCalEvent
Version: v2.3
Allows you to add a event to your android calendar. You can configure the begin and end year, month, day, hour, and minute. You can also configure title, description, emails, and location.
works on Android Android
Developer Info
Latest Review
PointerKennedyE | 06/22/14 (v1.1)
I Appreciate, thanks!
Screenshots
More Information
Allows you to add a event to your android calendar. You can configure the begin and end year, month, day, hour, and minute in the control panel.
You can also configure title, description, emails, and location, and poster image in the control panel.
You can also change the "add events" buttons color,title, and title text color.
I used this tutorial to load image from url: http://www.androidhive.info/2012/07/android-loading-image-from-url-http/
I've also add the ability to use gradient colors for the button and background using BTCore. Refer to this post to for a pdf for ideas. Thanks to krompa that for making the pdf!

https://www.buzztouch.com/forum/thread.php?tid=EDC80C2FD7699DF424A9D33&command=isSearching¤tPage=1&topicTitle=gradient&createdBy=&repliedBy=&minViews=-1&maxViews=-1&minReplies=-1&maxReplies=-1&forumCategory=

iOS Project
------------------------
Only Android. ATRAIN53 has ios version : https://www.buzztouch.com/plugins/plugin.php?pid=90B67C4048D770D5A37B8A2

Android Project
------------------------
CM_anCalEvent.java
cm_ancalevent.xml
FileCache.java
ImageLoader.java
MemoryCache.java
Util.java

Version History
-----------------------
1.0 - initial release
1.1 - changed the loading of the poster image to a online url instead of locally
2.0 - added ability to change buttons color,title, and title text color
2.1 - added ability to make the buttons use a gradient color scheme
2.2 - added ability to make background a gradient color scheme.
2.3 - added new screenshot folders

JSON Data
------------------------
{
{
"itemId": "726B9D49A59DAC7E2DA76F4",
"itemType": "CM_anCalevent",
"itemNickname": "ancalevent",
"navBarTitleText": "ancalevent",
"beginYears": "2014",
"beginMonths": "0",
"beginDays": "1",
"beginHours": "12",
"beginMinutes": "12",
"endYears": "2014",
"endMonths": "0",
"endDays": "2",
"endHours": "5",
"endMinutes": "6",
"posterImage": "http://www.filmfu.com/wp-content/uploads/2012/08/superman-movie-poster-minimal-glasses.jpg",
"calDescription": "go to the party!",
"calTitle": "New Event",
"calLocation": "Event Location man",
"calEmails": "[email protected],[email protected]",
"calButColorBottom": "#FF00FF",
"calButColorTop": "#FF3333",
"calButTitle": "Add Event to The Calendar"
}