Android :: Add Calendar Item Through Intent?
Mar 19, 2010
I'm developing an app that displays a list of events and would like to know if there's any standard way to add an item to the (Google) calendar, preferably by sending an Intent? I'm developing for Android 1.5.
View 2 Replies
Sep 21, 2010
I am trying to a menu item to launch the Send intent. This is what I did, I see the menu item
but i don't see send intent launch when i select the menu item. code...
View 1 Replies
View Related
Aug 12, 2010
Is it possible to add a menu item to the default calendar app for Android? if so, how do i go about doing this?
View 2 Replies
View Related
Aug 10, 2010
I would like to know if there is any URI or action to go to a calendar app loaded in the mobile.
The question is similar to http://stackoverflow.com/questions/3116147/intent-uri-to-go-to-favorite-contacts
View 2 Replies
View Related
Sep 13, 2009
There's seemingly no way to launch the calendar app in a generic way. I've written a widget which allows you to launch the calendar. I use the following Intent:
Intent intent = new Intent(Intent.ACTION_VIEW); intent.setClassName("com.android.calendar", "com.android.calendar.LaunchActivity"); startActivity(i);
However, this doesn't work on the Hero because HTC has apparently replaced the calendar in their Sense UI. I'm looking for a "standard" way to reach the calendar. I'd like for something like this to be standardized:
Intent i = new Intent(Intent.ACTION_VIEW); i.setType("text/calendar"); startActivity(i);
Does anyone think it would be worth trying to add this to the source? It seems like there is a missing chunk of standards around calendar events and/or iCal / vCal support. Does anyone know why?
View 3 Replies
View Related
May 26, 2010
In my app, I want a functionality to create calendar event. I open "new calendar event" activity like this:
CODE:.................
It works perfectly on stock Android. On HTC Sense, I have only one issue - end time is not set correctly, it's always one hour after begin time.
View 2 Replies
View Related
Apr 9, 2010
I don't know exactly how to explain this problem, but I'll try. I have a ListView with several items. Each item has inside a TextView and two ImageView. I want the ImageView change when I click on them, and I want to open a context menu when I press for a long time into the ListView item.For the ImageView, everything works properly. For the whole item, I can show the context menu after a long press, but my problem is that the ImageView changes as well when I am pressing the TextView, for example.I hope you understand my problem. I think that all the children of a view are affected by an event in the parent, but I am not sure.
View 2 Replies
View Related
Nov 20, 2010
I jave a list of item (linearlayout inside a scrollview where i add buttons vertically to linearlayout dynamically from the java code)i need when i click on one button the item moves up (scroll up) , to make the item at the first of the screen
View 1 Replies
View Related
May 25, 2010
I need to get an item's position in spinner knowing it's ID. I've tried to do it with Spinner and SpinnerAdapter classes but there are no corresponding methods there.
View 2 Replies
View Related
Oct 17, 2010
Trying to implement simple dictionary. I want to make it so while the user is typing in the EditText box the list to scroll automatically to the best match. I don't want it to filter the list. For example if the user types "s" in the EditText I want the first word that s/he sees under the EditText box to be the first word in the dictionary that starts with "s." But the user should still be able to slide up and down and to be able to see the entire list of words. It is basically like a go to functionality. I used ArrayList to store my list of words. The data is in res/raw/data.xml file. Here is my onCreate method
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
wordListView = (ListView)findViewById(R.id.wordList);
myEditText = (EditText)findViewById(R.id.myEditText);
words = new ArrayList<Word>();
arrAdap = new ArrayAdapter<Word>(this, android.R.layout.simple_list_item_1, words);
wordListView.setAdapter(arrAdap); try {
InputStream inSource = getResources().openRawResource(R.raw.data);
DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
Document doc = builder.parse(inSource, null);
NodeList wordsList = doc.getElementsByTagName("eng-bg");
int length = wordsList.getLength();
for(int i = 0; i<length; i++) {
Element entry = (Element)wordsList.item(i);
Element eng = (Element)entry.getElementsByTagName("english").item(0);
Element bul = (Element)entry.getElementsByTagName("bulgarian").item(0);
Element id = (Element)entry.getElementsByTagName("ID").item(0);
String english = eng.getFirstChild().getNodeValue();
String bulgarian = bul.getFirstChild().getNodeValue();
int wordId = Integer.parseInt(id.getFirstChild().getNodeValue());
Word word = new Word(bulgarian, english, wordId);
addNewWord(word);
} catch (ParserConfigurationException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (SAXException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}wordListView.setOnItemClickListener(new OnItemClickListener(){
public void onItemClick(AdapterView<?> parent, View view, int pos, long id) {
selectedWord = words.get(pos);
showDialog(TRANS_DIALOG);
myEditText.setText(selectedWord.getEnglish());
myEditText.addTextChangedListener(new TextWatcher(){
public void onTextChanged(CharSequence s, int start, int before, int count) {
@Override
public void afterTextChanged(Editable s) {
// TODO Auto-generated method stub
@Override
public void beforeTextChanged(CharSequence s, int start, int count,
int after) {
// TODO Auto-generated method stub
View 1 Replies
View Related
Nov 10, 2009
I'm a new Droid Eris user and have been using Google Calendar for some time.I have a single calendar set up which is syncing with the Eris.I can successfully add/edit/delete entries from both applications and have them show up just fine on the other side.I have a couple of recurring entries that I've since deleted in Google Calendar but are still showing up on my Eris.The unique thing about both of these entries is that they were meeting requests sent to my Gmail address and accepted from there.They have since been cancelled from the original sender and are now removed from my Google Calendar.My calendar entries are labeled as dark blue, and these two show as light blue.I cannot select them on the Eris to edit or delete them.
View 3 Replies
View Related
Jun 2, 2010
How can i define each menu item in different line? Right now if I'm adding 4 items they will get the form of 2X2. Is there a way to add them differently? Like 1 item and 3 below it? or 1X4?
View 1 Replies
View Related
Aug 10, 2010
I have two gmail accounts. My primary works find on my DX. I have shared my second calendar with my primary and my appointments for both show up fine online, and in my DX calendar list, it says my second calendar is on there, but nothing is showing up. I've tried adding new appointments both on device and computer, but they don't sync for that calendar.
Am I missing something? Or does anyone know of a calendar app that will sync with a second gmail calendar?
View 3 Replies
View Related
Aug 15, 2013
Problem: Appointments / events created on my LG Optimus G were not syncing to desktop Google Calendar. No problem with appointments / events created on desktop syncing down to phone. Problem Identification: Default calendar when creating appointment / event on phone was calendar called "Phone". There is no calendar on desktop called "Phone". Solution: Pick different calendar when creating an appointment / event on your phone.
View 5 Replies
View Related
Feb 20, 2009
I run the 1.0r1 emulator and install Calendar.apk and CalendarProvider.apk on the emulator. And I configure the username and pwd from DevTools->Google Service Login successfully. Now I can start the Calendar app successfully, with the month view/week view/etc. But I don't know how to sync the calendars or events with Google Calendar service. From the source code, I assume there should happen sync operation. But it didn't happened. And I know another trigger to sync is Menu->More->My Calendars, but after selected, the activity will crash. The below is from DDMS logcat: 02-21 00:59:44.260: INFO/ActivityManager(56): Starting activity: Intent { action=android.intent.action.VIEW comp=..................
View 2 Replies
View Related
Nov 28, 2010
Got fresh new 2.2 Froyo after I decided to stop pussing out and root/install vodafone stripped ROM.I'm liking the speed improvement for sure things appear smoother. However, I hate HTC Calendar and the way it has sync problems with Google Calendar, i would much prefer the stock Android Google Calendar. Anyone know where I can grab the latest one that comes with non-HTC Froyo so I can make my life better?And for anyone skittish about rooting don't be! It's easy and you won't regret it.it's awesome having the access to just remove whatever files you want whereever they are and customize things.
View 1 Replies
View Related
Jan 13, 2010
I have an iCal calendar at work that's on a password-protected server which I'd like to add to my Google calendar (and subsequently, my Droid).I have the URL for it, and can enter the URL into Google's "Add Calendar" setting, but nothing's showing up because,I'm guessing, my iCal is waiting for a password.I don't see any way to add that to the "Add Calendar" setting.
View 2 Replies
View Related
Jan 25, 2010
I haven't been able to figure out how to do this and the only way I can get to my Google calendar is to go thru the browser and log in.
View 11 Replies
View Related
Nov 8, 2010
I have a droid x and cannot get the gmail calendar to sync with my android calendar. Can use the mobile web version but not the phone calendar so thus i am not getting reminders, etc. Already installed the google outlook calendar sync app but that is still not linking my gmail calendar to my phone.
View 1 Replies
View Related
Feb 9, 2011
I use Lotus Traveler to show my work mail and calendar. For my personal activities I use Google Calendar.The problem is that I cant seem to be able to show them both in the same app. I know it is possible to sync the Lotus Calendar with my Google Calendar. any app that allows me to import Lotus Calendar, multiple Google Calendars and show them both in a monthly view?
View 3 Replies
View Related
Jul 20, 2010
Could someone give me step by step directions to sync my yahoo calendar to gmail calendar. I just bought the new Droid X from a Blackberry. So much to learn!
View 1 Replies
View Related
Nov 15, 2010
On my Google calendar (on the Desktop) I subscribe to a calendar showing all Red Wings games. (I just searched under Add > Browse Interesting Calendars. For the life of me I can't get it to show up on my phone. It doesn't show up in my calendars list under the menu. I've had this problem for weeks. Any ideas?I'm using a Droid 2.I'd be fine with just copying all the events to my google calendar instead of just subscribing to an outside calendar, but I don't know how to do that either.
View 5 Replies
View Related
Jun 15, 2010
I did a search but cant seem to find an answer. I finally got my work email set up through active sync. Is there a way to get the calendar events to show up on my google calendar? I use calendar pro which I love. I don't know if there is a work around or I am just not knowledgable enough to understand it. A for instance would be that my work email gives me an event or invite...it will show up on the phones calendar but not on my google calendar/events. (my google notification each morning may say "no events scheduled for the day" but phone calendar/calendar pro will show it)
View 3 Replies
View Related
Jan 10, 2010
So the large calendar widget that I placed on my home screen used to show dark little tabs in the corner of everyday that I had an event. While I was looking through it, all of the little tabs disappeared and I have no idea what days I have events unless I go into the actual calendar app. Is there any way to keep them there permanently?
View 2 Replies
View Related
Aug 12, 2010
The events I am scheduling on my Hero are not syncing to my Outlook calender.
View 3 Replies
View Related
Jul 26, 2010
I am new to Android, Google calendar and the Captivate phone. Have successfully imported my old calendar to Google Calendar which initially synced with the calendar on my captivate. However, when I add a new event to my phone calendar, it does not automatically show up on the Google calendar. the Samsung rep told me I have to edit each new even to mark it as a "Google Calendar". Is there any way to make this the default option on the Captivate phone? I am hoping to have automatic syncronization b/t the phone and the Google calendar without having to force it to do so each time.
View 15 Replies
View Related
Aug 2, 2010
I've already written to SE support asking how I can merge the Moxier calendar (which I have to use, because it synchs with my Microsoft Exchange calendar), with the phone built-in calendar, so that I don't have to access things from different places.
View 9 Replies
View Related
Jul 29, 2009
Does events made in the phones calendar sync to Google Calendar? Does all sub calendars show on the phone? haven't really found any information on this topic, so please share info, video, pictures.
View 2 Replies
View Related
Jan 10, 2013
I have a HTC Thunderbolt and use all the Google tools for my calendar, email and contacts. At work I have Outlook 2007. I would REALLY like to have my Outlook calendar (at minimum) pushed/synchronized to my phone. Is there an app or a way to configure this to work? Right now I am using the Outlook Web Mobile app for my email and I can view my calendar there but I would like schedule/calendar all in one place.
View 2 Replies
View Related
Nov 14, 2009
I added the Sports Calendar to my google account and it shows up on my online Google calendar but not on my Motorola Droid. I did the same with the US Holidays calendar and it instantly worked both online and my Droid.
View 19 Replies
View Related