calendar share app

  • Replies:5
a m
  • Forum posts: 2

May 21, 2012, 3:08:23 PM via Website

I'm supposed to make an android app which would be able to share a calendar with a group of people (who can log in). they should also be able to add events and to sign up for existing events. i browsed a bit regarding this subject and i found the google calendar option, but i need it inserted in a way in my own app..something like cozi organizer for example..

any thoughts?

thank you!

Reply
Eric McBride
  • Forum posts: 1,790

May 22, 2012, 4:02:09 PM via Website

Hmm...I'm not really sure how that works development wise. Is it not possible to insert Google calendar directly?

Reply
a m
  • Forum posts: 2

May 22, 2012, 4:21:27 PM via Website

it should be, but no idea how :/

Reply
Eric McBride
  • Forum posts: 1,790

May 25, 2012, 3:10:30 PM via Website

Jeremiah, are you around to help on this?

Hes the man when it comes to development questions :)

Reply
Malrok
  • Forum posts: 7

Jun 1, 2012, 11:02:26 AM via Website

Hi

I have been working with Google Calendar integration on Android apps a bit.
Basically, my application only reads events, but writing copmes quite simply when you got the basics.
You should follow this link which help me a lot:

http://www.developer.com/ws/android/programming/Working-with-the-Android-Calendar-3850276.htm

As you will see, it is all about Cursor class...

Hope it helps

Reply
Eric McBride
  • Forum posts: 1,790

Jun 5, 2012, 5:53:33 PM via Website

Malrok
Hi

I have been working with Google Calendar integration on Android apps a bit.
Basically, my application only reads events, but writing copmes quite simply when you got the basics.
You should follow this link which help me a lot:

http://www.developer.com/ws/android/programming/Working-with-the-Android-Calendar-3850276.htm

As you will see, it is all about Cursor class...

Hope it helps

Thanks for sharing that man. Hopefully it can help anyone whos having problems accomplishing this.

Reply