Open with --> forward modified intent? - Android Q&A, Help & Troubleshooting

Hey. Have been trying to search an answer for this but it's quite impossible. So I'm using two apps:
1) Using Calendar Notifier for reliable calendar reminders and managing them since other apps, including stock calendar app ones are not firing reliably and don't fire since already Lollipop (which is a verified Android bug and a separate problem).
2) Using Gemini Calendar app for usability and simplicity.
Whenever I need to open the event in Gemini Calendar for editing from the reminder window (attach 1) it uses the Gemini View Event instead of Gemini Add | Edit Event, that's because "android.intent.action.VIEW" is used from the Calendar Notifier and when sending that intent to stock calendar app it doesn't matter - the event is edited either way. If I use Intent Interceptor and modify the intent to "android.intent.action.EDIT" everything works correctly and I get offered a choice to edit the event, but this app does not support automation. I could write about this to the developer of Calendar Notifier and I probably will, but I was wondering if there is an app or tool to catch an event, modify it and send it forward automatically? I tried Better Open With and it even shows the correct Gemini Add | Edit Event but it still opens the view instead of edit (and I will probably write to that developer too). But still, there should be possible to do this, I tried Tasker as well but I am not probably skilled enough. In any way, all ideas welcome!
Thanks in advance!

Hm... Mods, have I posted in the wrong section or nobody has a clue what I'm talking about?

Related

[APP] FBReader "Sync" App - FBSync v1.0.26 (Beta)

Hello all!
Recently I've started using two seperate Android devices to read books
using FBReaderJ for Android, a NookColor, and my phone, a Sprint EVO
3D. Very quickly, I ran into a problem. I read the same books on both
devices, so I ended up spending a lot of time looking for my place
whenever I switched devices (I used the NC at home, and my phone
everywhere else).
I imagine that this must be a problem quite a few people are having,
or will be having as android devices become more popular.
So, I wrote an android app to synchronize my place in each book
between the two devices.
App Name: FBSync
Current Version: v1.0.26
Revision History:
1.0.26 - Removed Auto-Sync feature (hopefully just temporarily. I want to get this working, but the FBReader API just doesn't provide enough functionality to get it working smoothly). Removed syncing of "recent" books (It caused more trouble than it was worth, sorry, you will have to manually open your book if you changed books on another device). Added a "Sync" item to the FBReader menu that pulls up FBSync.
1.0.24 - Updated Dropbox support to use latest Dropbox API. Fixed Auto-Sync feature to properly sync new book positions (broken due to a change in FBReader). Due to limitations in FBReader, the Auto-Sync feature is still rather rough.
1.0.23 - Added a Dropbox support for your book position data, an Auto-Sync feature that makes use of the FBReader API, and (in theory) the program has been translated into Russian (thanks Dmitry!). If you have set up your own synchronization server, you will need to update the PHP files to the files in the attached sync.zip
1.0.19 - Fixed another bug that affected Honeycomb devices. Confirmed working on an Acer Iconia A500.
1.0.18 - Fixed a bug that affected Honeycomb devices (I hope!)
1.0.17 - Added "Alternate Sync URL" functionality for those people who want to set up their own sync server instead of using mine. See below for more instructions.
Requirements:
1) Root. Your devices must be rooted. This application only uses
root for two things. First, it uses root to get access to the
FBReaderJ books database, and second, it uses root to kill the
FBReaderJ process before it syncs the data (it has to kill the process
to force FBReader to reload the database).
2) FBReaderJ must be installed on the device (you will be prompted to
install it if you haven't already when you load my app)
3) You must have already opened FBReaderJ at least once, and viewed
it's library (Menu button, "Library"). This creates the databases
that my application needs.
Download:
An older version is available on Google Play, but the latest version can always be found at the bottom of this post.
Instructions for Use:
As of v1.0.23, you have the option of either syncing book positions to my web server, or to Dropbox. If you choose to use Dropbox, it will create a single file on your Dropbox account (under \FBSync) that contains the book position data.
If you desire to sync the book positions to my web server, you can also enable a new, experimental "Auto-Sync" feature that syncs your position whenever you open or close FBReader (or a book in FBReader). This functionality only works when using my web server, it does not currently work with Dropbox.
The auto-sync feature make use of FBReader's API and makes FBSync work as a plug-in for FBReader. Unfortunately the API does not contain all of the features needed to completely remove the root requirement for FBSync.
If you are going to use my web server to sync:
After you install it, go into the settings (blue icon, or menu/
settings), and enter an email (doesn't have to be an email, any unique
string will work) and numeric pin # (this isn't secure, so don't use a
pin you care about). The email/pin is just to uniquely identify you.
You should use the same email/pin on each device.​
On the same screen, you can choose to sync the actual book files to Dropbox. Since your Dropbox account is used, only your account can access the books, if
you choose to sync them. It only uploads/downloads the books when it
needs them, so it may take a while the first time you sync, but after
that it shouldn't take more than a minute MAX (my typical sync times
for 90 books is about 5-10 seconds)
Click the middle, orange icon, to begin the sync process.
If this is the first time you've synced since selecting the "Enable Dropbox" setting, you will be prompted to allow FBSync access to your dropbox account.
The sync process first uploads, then downloads. It only updates the book's "place" on the web (or Dropbox) if it's farther ahead than the web's "place" for the book.
If you are using the Auto-Sync function, the above statement is not true. It always saves the exact position of your book upon closure of FbReader or closing the book.
Miscellaneous Info:
This program is still in beta. I have used and tested it extensively,
but I'm not liable if you manage to break it somehow. Since it does
alter the data in FBReader's databases (it does not, and never will,
alter the database structures), it is possible, but very unlikely,
that it could lose your book's places. I would suggest that you back
up FBReaderJ using something like Titanium Backup before you start
using FBSync, just to be on the safe side.
The synchronized book position data is currently hosted on my personal web server, or your Dropbox account (as of v1.0.23). Your book files are only stored on your Dropbox account.
UPDATE: As of v1.0.17, I added the ability to define your own "Sync Server". Here's how to use it:
In the Settings (Menu, Settings), there is a new option "Alternate Sync URL" where you can enter your own URL. Leave it blank if you want to use my server.
If you want to use your own, you will need the file attached to this post. I wouldn't recommend trying to set up your own server unless you are pretty comfortable with web servers, php, and mySql.
Sync.zip contains a .SQL script, and several .PHP files that are required to set up your own sync server.
The primary thing that you need to set up your own Sync server is a HTTP Web server that supports mySql and PHP.
On your server, create a new mySql database (name doesn't matter, just make sure there's a user attached to it that has insert/update/delete rights), then run the sql code in the sync.sql to create the two tables that are needed.
Edit the common.php file and replace the '' values in this block:
Code:
$dbhost = 'localhost';
$dbuser = ''; // Fill out the database user name here
$dbpass = ''; // Fill out the database user password here
$dbname = ''; // Fill out the database name here
with the correct values for your server. $dbhost can probably remain 'localhost'.
Then create a directory on your web server that is accessible from your devices, and put the 5 PHP files into it.
Launch FBSync, hit Menu, Settings, click the "Alternate Sync URL", and type in the URL that points to the directory you put those PHP files in (ex; http://sync.splitmatrix.net/alternate_sync ). You must start it with http://, and it should not end in a /.
After you enter the URL, save out of it, back out to the main FBSync window, and click the Sync button. If you set up everything correctly, it should sync to your server now instead of mine.
Please let me know of any issues you find, or any improvements you
want.
Thanks,
Scott
6/27/2012 Edit - Updated Sync.zip to remove some buggy code from addbook.php
Hi Scott,
I only have 1 device right now, so no need for sync, but I would be interested in how you can read your BN books with FBRreader. I have installed FBReader, but don't know how to read the books with it.
Also, I installed the dolphin web browser and clicked on a few epub links but nothing happens, is there a way to get it to bring up those files in FBRreader?
droidly said:
Hi Scott,
I only have 1 device right now, so no need for sync, but I would be interested in how you can read your BN books with FBRreader. I have installed FBReader, but don't know how to read the books with it.
Also, I installed the dolphin web browser and clicked on a few epub links but nothing happens, is there a way to get it to bring up those files in FBRreader?
Click to expand...
Click to collapse
I haven't actually purchased any books from B&N, but assuming the books you purchased are DRM free, you should be able to just move them into the \sdcard\books directory, and they should appear in the FbReader library. I believe, by default, the B&N books go into the internal storage, in the B&N Downloads\Books directory. Use a file manager like estrong's, astro's, or root explorer to copy them.
Via your web browser, save the epub books to \sdcard\books (or move them there after they download), and they'll show up. I don't believe that you can associate any book reader with epub files, I don't think android supports that. You have to open the book with the app, not the app with the book.
Scott
I use FBReader on multiple devices and would be extremely interested in such an app!
Thanks for your interest in my syncing app.
One pretty major requirement for this app is that your devices have to be rooted. Android doesn't like one app accessing another app's data, so the only way I could do it was to use root privileges.
It's still in beta, but you can download a copy of it at:
http://sync.splitmatrix.net/apk/fbsync.apk
Currently v1.0.9.
After you install it, go into the settings (blue icon, or menu/settings), and enter an email (doesn't have to be an email, any unique string will work) and numeric pin # (this isn't secure, so don't use a pin you care about). The email/pin is just to uniquely identify you. You should use the same email/pin on each device.
On the same screen, you can choose to sync the actual book files as well as their positions. It only uploads/downloads the books when it needs them, so it may take a while the first time you sync, but after that it shouldn't take more than a minute MAX, my typical sync times for 90 books is about 5-10 seconds.
Obviously you should have Fbreader already installed, and you need to have ran it, and gone into the library (menu/library) at least once (this creates the fbreader app database).
Click the middle, orange icon, to begin the sync process. It first uploads, then downloads. It only updates the book's "place" on the web if it's farther ahead than the web's "place" for the book.
Please let me know of any issues you find, or any improvements you want.
Thanks,
Scott
Cool
I just tested and it does work as stated. One question though, where is it uploading the data too?
Personal website, sync.splitmatrix.net. if the app takes off, i'll figure out something more secure and permanent.
Scott
Interesting. I'll try it out. Thank you!
One thing to think about however, especially if you open this up to general usage, is that by uploading/downloading the book file itself rather than just the current read-to position, you could potentially run into copyright issues. There is reason to believe that this could fall under Fair Use, but past rulings on similar commercial services for other media have been inconclusive. That may be a can of worms you don't want to open.
I am not a lawyer, but I do play one on web forums.
One thing I would try would be saving it on Google's servers through IMAP or something like SMS Backup does. Then no need to have to pay for a server. Don't know if it is at all possible but just thought I would see how you liked it.
RoboRay said:
Interesting. I'll try it out. Thank you!
One thing to think about however, especially if you open this up to general usage, is that by uploading/downloading the book file itself rather than just the current read-to position, you could potentially run into copyright issues. There is reason to believe that this could fall under Fair Use, but past rulings on similar commercial services for other media have been inconclusive. That may be a can of worms you don't want to open.
I am not a lawyer, but I do play one on web forums.
Click to expand...
Click to collapse
Yes, this is something I'm aware of. Not sure what I'm going to do about it yet. That's why it's a setting
Scott
qwerty017 said:
One thing I would try would be saving it on Google's servers through IMAP or something like SMS Backup does. Then no need to have to pay for a server. Don't know if it is at all possible but just thought I would see how you liked it.
Click to expand...
Click to collapse
The server it's currently on is hosted by a friend of mine for free, so I'm not concerned about it at the moment. If thousands of people end up using this, then obviously I'll have to make some changes.
Scott
I wonder if there's a way to store and retrieve the sync data with each user's Dropbox or something...
RoboRay said:
I wonder if there's a way to store and retrieve the sync data with each user's Dropbox or something...
Click to expand...
Click to collapse
I'd imagine that there is a way to do this, since programs like Titanium Backup support a dropbox interface.
If enough people think this would be a good feature to add, I can definitely look into it.
Scott
I'm just thinking that using each person's Dropbox would get you off the hook for not only server space and bandwidth, but also any potential copyright liability for book copies made by users synchronizing their files.
Valid points. I'll do some digging and see what it will take to implement the dropbox API in this app..
Thanks,
Scott
Edit: Updated first post with useful information - added download link.
Updated to v1.0.10 to fix a problem when used with the latest FBReader beta. Same URL as before:
Edit: Download the app off the market
Thanks,
Scott
This is a great app this is the missing link in fbreader. I hope you continue to support and enhance it.
Now that my archos tablet is rooted i can really enjoy it. I used to read my books on my phone and occasionally I still do.
Thx for the great work.
This looks like a dang good app. Since getting my nc i've quit using my evo for reading. This sync will bring joy back to my bathroom bbreaks at work!
Thanks for your kind words!
Since the last time I posted to this thread, I've added a dropbox interface to the program, and posted it to the Market (for Free of course!), so if you've downloaded the APK from the web, please re-install it from the market for the latest and greatest version.
Thanks again,
Scott
Oh, great! I'm checking out the Dropbox syncing now.
Edit: Works great!
If I may make another suggestion, you should post about your app at the MobileRead forum. I think you'll pick up a lot of users there.
Also, I know that the Android version of FBReader is different from the PC versions, but syncing with the Linux and Windows versions would be the icing on the cake. MobileRead might be a good place to find others wanting to help develop that capability

[Q] Location field in calendar app

I previously had a Milestone and in the calendar app there any address I entered into the location field would be clickable and offer an option to open maps or navigate to it. In the samsung app I can add a location but it is not clickable. I have seen that you can open the map from the edit screen but this seems only to let you get a single map image rather than giving full functionality. Is there a setting somewhere I am missing?
Edit: I tried installing Jorte calendar and that has clickable address links working. When viewing the same event in both only Jorte allows me to click through.
Looking into this it seems the feature is simply missing from the samsung app rather than not activated and has been since the original galaxy. Is this something that can easily be modded?
I am needing this feature as well. When I had my captivate, stock did not have this but with the cognition rom it seemed to work. I don't know how it was modded to work. However, when I updated my captivate to the 2.2 stock firmware I897UCKB1, it had this feature. Now that I have a SGS2 its very disappointing that it doesn't have this again. I use the Clickable address location in calendar every day to get to appointments. It is so frustrating to have to open the appointment, edit the appointment, copy the address from location, hit home, open maps, hit search, paste the address, and hit search again while driving. This could all be done with one click if the location was clickable. I am willing to donate $15 to anyone able to give a solution using the SGS2 stock calendar app. Thanks.
seivad17 said:
I am needing this feature as well. When I had my captivate, stock did not have this but with the cognition rom it seemed to work. I don't know how it was modded to work. However, when I updated my captivate to the 2.2 stock firmware I897UCKB1, it had this feature. Now that I have a SGS2 its very disappointing that it doesn't have this again. I use the Clickable address location in calendar every day to get to appointments. It is so frustrating to have to open the appointment, edit the appointment, copy the address from location, hit home, open maps, hit search, paste the address, and hit search again while driving. This could all be done with one click if the location was clickable. I am willing to donate $15 to anyone able to give a solution using the SGS2 stock calendar app. Thanks.
Click to expand...
Click to collapse
The best i could think of is to do a search of the location before hand copy then copy the link to the description part on the calender entry. Also add the location snapshot (this is just a picture as you might have aready noticed). Now when the appointment pops up, just click the link(set it up to open with maps). This way you can getting the navigation running from the appointment itself.
add another one to the list of people who really need this feature.
i have just come from a year with a htc desire and its something i really miss.
This is a silly oversight. Something that other apps on the market implement without issue. I'm disappointed!

[Q] SMS Intent Filter

I'm developing an SMS scheduler android application, and would like to include my app in the chooser when a user is trying to send an SMS outside of my app.
i.e. after using the voice commands to create a message, it asks which application you'd like to use to complete the task.
I'd like to add my app to the chooser for as many starting points as possible, including possibly the ability to intercept a message after you press send in the messaging app, and ask if you want to send it with my app.
I believe I should be using intent filters with particular mimetypes, but I dont know which ones. Is editing the manifest all I have to do?
EDIT: is this the correct thread?
So I've been working on sending information from another activity in the same app. I have a main menu activity with a listview containing pending messages and a compose activity which can accept strings, etc to load into the edittext fields. (This works)
Do I need this bundle to be in a particular SMS formatting (keys for Strings and such)?
No it belongs in android development.

[Q] CM9 & Email subfolder notification

Hi,
I'm using the native Email client in CM9 with Exchange and was wondering if there was any way to enable notification when an email arrives in a subfolder. From my searching, it looks like Google has disregarded this feature request. This is rather strange as the Gmail client allows notifications for subfolders.
I know that Touchdown and Enhanced Email support subfolder notifications but I would prefer to use the native client if possible.
Do the CM guys touch the Email APK at all or just bundle it 'as is' from ICS source? I guess I could dust off old skills and start hacking the source myself...
All in all, I'm very happy with CM9. The notification bit is just a tad annoying.
Cheers!
elherr said:
Hi,
I'm using the native Email client in CM9 with Exchange and was wondering if there was any way to enable notification when an email arrives in a subfolder. From my searching, it looks like Google has disregarded this feature request. This is rather strange as the Gmail client allows notifications for subfolders.
I know that Touchdown and Enhanced Email support subfolder notifications but I would prefer to use the native client if possible.
Do the CM guys touch the Email APK at all or just bundle it 'as is' from ICS source? I guess I could dust off old skills and start hacking the source myself...
All in all, I'm very happy with CM9. The notification bit is just a tad annoying.
Cheers!
Click to expand...
Click to collapse
This has been a major gripe from me over the past year or so. Every other phone OS manufacturer has this feature built in except for Android. It's not like this is something that only a few people would use. I have rules like crazy for my work email and hate the fact that I have to run 2 different email setups to get everything to work right.
Stock app doesn't do sub-folder replications
Enhanced Email screws up big time on contact creation.
So I'm stuck setting up the stock app to just pull my contacts while using EE to pull subfolder emails notifications.
stalked_r/t said:
This has been a major gripe from me over the past year or so. Every other phone OS manufacturer has this feature built in except for Android. It's not like this is something that only a few people would use. I have rules like crazy for my work email and hate the fact that I have to run 2 different email setups to get everything to work right.
Stock app doesn't do sub-folder replications
Enhanced Email screws up big time on contact creation.
So I'm stuck setting up the stock app to just pull my contacts while using EE to pull subfolder emails notifications.
Click to expand...
Click to collapse
I have one folder in particular I need to monitor (autonomous alarm emails from network elements). I tried using the Email widget but there is an issue with that not updating. Bleh. I guess I'm kinda screwed unless Google releases an update or I write a patch.
Hmmm... searching Google I'm hearing noises of other firmware that have patched the Email client allowing notification for subfolders. I'll have to dig into this more later. 'Twould be cool if it was a trivial patch easily applied to current ICS/CM9 Email tree.
elherr said:
I have one folder in particular I need to monitor (autonomous alarm emails from network elements). I tried using the Email widget but there is an issue with that not updating. Bleh. I guess I'm kinda screwed unless Google releases an update or I write a patch.
Hmmm... searching Google I'm hearing noises of other firmware that have patched the Email client allowing notification for subfolders. I'll have to dig into this more later. 'Twould be cool if it was a trivial patch easily applied to current ICS/CM9 Email tree.
Click to expand...
Click to collapse
My GS2 running GB 2.36 doesn't support folders, but I have used EE and are currently using touchdown. The strange thing is my Acer tablet supports folders in both Honeycomb and ICS.
i noticed the other day that if you go into a subfolder using the stock app and press the menu button that you can set it up to sync. I receive so many email that I can't say for sure if the notification window notifies you of subfolder emails, but I know that if you look at all folders you'll see a gray number all the way to the right indicating how many unread emails are in that subfolder.
stalked_r/t said:
i noticed the other day that if you go into a subfolder using the stock app and press the menu button that you can set it up to sync. I receive so many email that I can't say for sure if the notification window notifies you of subfolder emails, but I know that if you look at all folders you'll see a gray number all the way to the right indicating how many unread emails are in that subfolder.
Click to expand...
Click to collapse
Yeah, I tried that. The folder will sync (I have local cache for folder) but I receive no notification of new emails when they arrive in folder. Grrrr!
I'm not sure why Google put subfolder notification in the Gmail app but not in the stock Email app. Very odd.
Any updates on this? Stuck in exactly the same situation here.
RpR said:
Any updates on this? Stuck in exactly the same situation here.
Click to expand...
Click to collapse
If it hasnt been posted in 2 months there are probably no updates
122ninjas said:
If it hasnt been posted in 2 months there are probably no updates
Click to expand...
Click to collapse
Or the owner of the thread found a solution and happily forgot about ever posting here
Ha! No solution but something more on the order of a workaround for my particular situation. I got rid of the subfolder and built rules in Exchange to discard messages of no import to me.
I have not checked Jelly Bean's Email client as yet. Hopefully it implements notification for child folders. If not then someone at Google needs to be flogged relentlessly.
How are you guys setting rules in the native app? Is it something that only works on Exchange? I'd love to find an app that will let me filter my IMAP account like regular apps like Thunderbird/Apple Mail do.
Sent from my SGH-I777 using Tapatalk 2
Slavestate said:
How are you guys setting rules in the native app? Is it something that only works on Exchange? I'd love to find an app that will let me filter my IMAP account like regular apps like Thunderbird/Apple Mail do.
Click to expand...
Click to collapse
Sorry, I might not have been clear. I built the filter rules on the Microsoft Exchange server, not on my phone.
Who are you using for mail? Google provides a nice array of server based filtering options with Gmail. Also, the stock ICS Gmail client supports child folder (label) notification with the option of setting ringtones per folder. Pure greatness in my opinion.
I'm not sure why the stock Email/Exchange does not implement these features. Very strange...
elherr said:
I'm not sure why the stock Email/Exchange does not implement these features. Very strange...
Click to expand...
Click to collapse
They want you to use their Gmail ;P
As of the latest JB build the email client functions are exactly the same. I had a DROID Charge before my Nexus, and someone modified that native email client to allow notifications for sub folders. Is there anyway to customize the native client? Anyone want to give this a try?
elherr said:
Sorry, I might not have been clear. I built the filter rules on the Microsoft Exchange server, not on my phone.
Who are you using for mail? Google provides a nice array of server based filtering options with Gmail. Also, the stock ICS Gmail client supports child folder (label) notification with the option of setting ringtones per folder. Pure greatness in my opinion.
I'm not sure why the stock Email/Exchange does not implement these features. Very strange...
Click to expand...
Click to collapse
Ahh gotcha! I do have a gmail account but also use my email from my own band/record label domain. Maybe I should just move all the lists im on over to Gmail..
Sent from my SGH-I777 using Tapatalk 2
markwg01 said:
As of the latest JB build the email client functions are exactly the same. I had a DROID Charge before my Nexus, and someone modified that native email client to allow notifications for sub folders. Is there anyway to customize the native client? Anyone want to give this a try?
Click to expand...
Click to collapse
The source code is available. Someone with the requisite Java skills would need to have the interest and spare time to rewrite some of the code.
Slavestate said:
Ahh gotcha! I do have a gmail account but also use my email from my own band/record label domain. Maybe I should just move all the lists im on over to Gmail..
Click to expand...
Click to collapse
It works great. I have a torrent of crap hitting my Gmail box but most of it gets filtered and tagged with a label. (FYI -- Google uses labels instead of actual folders in Gmail. For all intents and purposes they are equivalent)
For lists I actually nest lables. Parent label is 'Lists' and all the email lists I belong to are nested underneath. Filter rules automatically bypass the inbox and drop the email in the appropriate place.
See attached screenshot. In it I'm looking at 'Lists/ODK'.
I too have the same problem and have decided to use TouchDown.
I too am missing the nofitications from subfolders in the email app in Android, so I made a quick look at the source code of this app to see if it would be possible to add this feature myself.
The notification itself happens in the NotificationController.java class: https://android.googlesource.com/pl...com/android/email/NotificationController.java
I did until now manage it to get an event in this class when an email arrives in a subfolder by modifying the class EmailProvider.java: https://android.googlesource.com/pl...com/android/email/provider/EmailProvider.java
I've changed the getBaseNotificationUri method to also return an uri on MESSAGE event. The only problem now is that in NotificationController.java only the combined inbox is checked for new emails. Maybe I can change that so that every message is checked. Maybe I have some time this weekend to try this.
I've managed to build a version of the email app that shows notifications when an email arrives in a subfolder. But when clicking on the notification it just opens the inbox of the account. I have to adjust this part too. I hope I will find some time.

[Q] Viewing A Specific Calendar In One Touch

I'm looking for a technique or an app that allows me to display a specific Google calendar in an application with one touch and without the use of a web browser or widget.
Ideally, I would simply tap a shortcut on a homescreen that would open an android calendar app, displaying only the specified Google calendar.
The real world use case is that my office is in a building with a shared conference room that has it's own resource calendar. Sometimes, there will be a spark of inspiration and our team will want to get together in the conference room to discuss. Currently, I have to either run to my desk and view the calendar or go through a lot of trouble on my phone to drill down to the day, then hour and select a particular calendar to create an event to reserve the conference room. It would be so much more efficient if I could click one button to see if the conference room is already taken and click once more to create a reservation event if it's available.
I've used AppXplore to expose the intents of the built in Calendar app for use with Tasker. com.android.calendar.selectcalendars.SelectVisibleCalendarsActivity looks promising but I'm not sure of the Extra activity information that would be necessary to only display my desired calendar. I was thinking that I might create a Tasker task that removes all the other calendars from view, open the calendar app, and wait for a particular event to re-activate the other calendars. But again, I'm not sure about the Extras that would be necessary.
Perhaps there's an app that can create shortcuts on the desktop for each calendar. Or perhaps someone knows how to achieve this with Tasker or a shell command. I would appreciate any suggestions.
Thanks in advance.

Categories

Resources