HTC Calendar - HD2 General

Hi,
I'm currently impatiently awaiting the arrival of my HD2 from expansys. I'm just wondering about the calendar functionality. I've heard from a few places an HTC program is used instead of the default WinMo version. Is this capable of handling multiple google calendars? My wife and I like to share calendars to keep up on what's happening as life gets quite busy and this function on iPhone is very useful...
Thanks
David

Hi there,
The calendar is an interface for the built in ms app. It should not support google calendar at all.
However, my wife and i use exchange for that. Actually shared calendar was the reason she wanted exchange.

Hi Sproxy,
I thought the problem was with the activesync program in WinMo that stopped syncing multiple google calendars. I thought that because on the iPhone you can sync multiple google calendars through using the Exchange protocol but on WinMo you are limited to one calendar...
Does anyone know how you can get it working or if this might be a future feature?

IrishDavid said:
Hi Sproxy,
I thought the problem was with the activesync program in WinMo that stopped syncing multiple google calendars. I thought that because on the iPhone you can sync multiple google calendars through using the Exchange protocol but on WinMo you are limited to one calendar...
Does anyone know how you can get it working or if this might be a future feature?
Click to expand...
Click to collapse
if you can sync one google calendar, it would be enough because you just have to sync one calendar, which is your own. Your wife calendar events can be added under "add friends calendar" in google calendar.

nghj said:
if you can sync one google calendar, it would be enough because you just have to sync one calendar, which is your own. Your wife calendar events can be added under "add friends calendar" in google calendar.
Click to expand...
Click to collapse
I don't think thats quite what the original post was getting at.
With ActiveSync, you can sync a calendar, this will bring the main google calendar from your account, ie yours. It doesn't support multi calendars from google.
There is a program out there called OggSync http://oggsync.com/ which reports that it does support all calendars for WinMo.
I've not had chance to try it myself, but will be doing when my HD2 arrives.

1) It is possible to sync two Exchange Servers with your PPC. See http://tinyurl.com/yhuq7ap
Shortcut:
Change the registry key
[HKEY_CURRENT_USER\Software\Microsoft\ActiveSync\EnableNonLocalCrossPollination]
from (DWORD) 0 to (DWORD) 1
Use a registry editor like Pocket TotalCommander to edit the key.
2) Google offers to sync your calendar, contacts and mail via the ActiveSync Protocol. See http://tinyurl.com/dc4kq9
Shortcut:
Server: m.google.com (use SSL)
Username: [email protected] (with the @gmail.com / @googlemail.com part!)
Password: IHopeYouHaveAGoodPW
I've never tested the solution I provide here, but this should theoretically work.
If you test it, some (including me) might be interested to hear your experiences.
~Chris

Hi guys, nicelad_uk got more to what my intention was. I have looked and tested with the emulator and found that it's impossible to sync more than one google calendar through exchange. I was wondering whether if HTC had actually rewritten the calendar app and it would therefore support multiple google calendars.
I have tried the OggSync application with outlook and will try it out again when i get my HD2. My only problem is I didn't like that you couldn't add to other calendars (not your main calendar) from without outlook and I just wonder if it will be possible to do so from WinMo...
I really hope Microsoft sort out this stupid problem sometime soon it really is quite frustrating!
Thanks for the help,
David

cimnine said:
I've never tested the solution I provide here, but this should theoretically work.
If you test it, some (including me) might be interested to hear your experiences.
Click to expand...
Click to collapse
It doesn't work. Or at least it didn't work for me when I tried. Reading the suggestions about this workaround carefully I came to the conclusion that it might work with ActiveSync connection to PC, but not Exchange over the air.
IrishDavid said:
I really hope Microsoft sort out this stupid problem sometime soon it really is quite frustrating!
Click to expand...
Click to collapse
The bad news is that it's not a bug and therefore won't be fixed. It's by design and considered to be a "security" feature. This way your company thinks that their stuff won't end up somewhere on Google. I know it's stupid (and wrong), but I don't make decisions here.
BTW, it works the same on the iPhone and Android - only one Exchange connection allowed.
What we really need is native support for IMAP Idle really - there's no need whatsoever to use Exchange for personal mail.

Hi, I lookong for some solution (plugin) for Windows mobile 6,1 calendar to switch off or on the phone and another network services and the ringing profiles depending on calendar timepoints. I did not found solution for this problem, otherworlds I would like to integrate some scheduler to the calendar. Is it possible?

Related

[APP][DEV] 'Syncing' to multiple Exchange Accounts

I have seen several posts over the years from people looking to sync multiple Exchange mailboxes/calendars to their WM phones. The official word from Microsoft is, of course, you can't do that, and it is for security purposes. To date, I haven't seen a way to accomplish this, other than to have IMAP or POP3 and use the second exchange account in this way.
The paradox for Microsoft is which domain 'owns' the device. If you sync to two different servers, and one issues the remote reset command, the phone will hard reset, losing the data from the other server. Also, if there are policies in place for one domain, and you sync to a second, which set of policies supercedes the other.
I am probably one of the few people ( although it's probably not that rare consider many users here are developers ) who runs their own exchange server at home. I have my phone synced to my home Exchange server which houses all of my email, contacts, calendar apps, ect. The company I work for also uses exchange and opens the ability to sync via ActiveSync, but denies IMAP and POP3 access. I always wanted a way to get just my calendare from work so that when I am in the game room, or outside, or helping a co-worker, I didn't forget about the meetings scheduled at work.
Ok, with that background, here is the true purpose of the post. I have written a small app that uses WebDAV (same thing the Outlook web access uses) to query the Exchange server at work and return the all of the appointments on my calendar in XML format. This app then parses the XML, and sends regular emails with the calendar invites to my home Exchange server, and of course my phone. Once I log in and accept them, they show up on my phone, my home Outlook, and my Outlook at work. The strategy could easily be applied to email, as the WebDAV query i've created need only be tweaked to return the email in additional to the calendar appointments. The device retains no relationship with the exchange server from which the email and calendar settings come, so there is no question of domain ownership
What I would like to know from the community, is there still a need for this app? Right now many of the configurable items are hardcoded to my server settings, mainly because it started as a POC, and it is in a C# Console Application. It could easily be modified to run on the .NET 3.5 CF, with all of the important info as configurable options, and distrubuted.
Would anyone be interested in this?
bryancruise said:
I have seen several posts over the years from people looking to sync multiple Exchange mailboxes/calendars to their WM phones. The official word from Microsoft is, of course, you can't do that, and it is for security purposes. To date, I haven't seen a way to accomplish this, other than to have IMAP or POP3 and use the second exchange account in this way.
The paradox for Microsoft is which domain 'owns' the device. If you sync to two different servers, and one issues the remote reset command, the phone will hard reset, losing the data from the other server. Also, if there are policies in place for one domain, and you sync to a second, which set of policies supercedes the other.
I am probably one of the few people ( although it's probably not that rare consider many users here are developers ) who runs their own exchange server at home. I have my phone synced to my home Exchange server which houses all of my email, contacts, calendar apps, ect. The company I work for also uses exchange and opens the ability to sync via ActiveSync, but denies IMAP and POP3 access. I always wanted a way to get just my calendare from work so that when I am in the game room, or outside, or helping a co-worker, I didn't forget about the meetings scheduled at work.
Ok, with that background, here is the true purpose of the post. I have written a small app that uses WebDAV (same thing the Outlook web access uses) to query the Exchange server at work and return the all of the appointments on my calendar in XML format. This app then parses the XML, and sends regular emails with the calendar invites to my home Exchange server, and of course my phone. Once I log in and accept them, they show up on my phone, my home Outlook, and my Outlook at work. The strategy could easily be applied to email, as the WebDAV query i've created need only be tweaked to return the email in additional to the calendar appointments. The device retains no relationship with the exchange server from which the email and calendar settings come, so there is no question of domain ownership
What I would like to know from the community, is there still a need for this app? Right now many of the configurable items are hardcoded to my server settings, mainly because it started as a POC, and it is in a C# Console Application. It could easily be modified to run on the .NET 3.5 CF, with all of the important info as configurable options, and distrubuted.
Would anyone be interested in this?
Click to expand...
Click to collapse
Ive been after an app like this for ages - I went for a google synch approach with my work exchange and then pulling my work calendar to google and then to my home exchange account on my mobile - problem with this was i regularily got duplicates! I have since sacrificed having my home and work calendar synch and just have my work email being polled by imap. The key for me is i dont want all my home contacts and calendar appointments synched with my work email - would just like to pull my work calendar every know and again and ensure i dont have duplicates - would this work in this way enabling an adhoc pull on the work calendar without creating duplicates and sending personal appointments to my work calendar?
Fantastic, would love to see this developed. Would pay for this app.
JPHCCFC said:
Ive been after an app like this for ages - I went for a google synch approach with my work exchange and then pulling my work calendar to google and then to my home exchange account on my mobile - problem with this was i regularily got duplicates! I have since sacrificed having my home and work calendar synch and just have my work email being polled by imap. The key for me is i dont want all my home contacts and calendar appointments synched with my work email - would just like to pull my work calendar every know and again and ensure i dont have duplicates - would this work in this way enabling an adhoc pull on the work calendar without creating duplicates and sending personal appointments to my work calendar?
Click to expand...
Click to collapse
This app checks for duplicates by using the subject. The only testing I've done is on my own calendar and such, but I have found no issues with duplicates. Introducing this app to a wider audience should point out any issues right away.
Based on the limited amount of feedback I've received, I think I will work it into a windows mobile application for mass consumption. I will keep this thread updated with the progress. Any additional features anyone can think of are appreciated.
that would be fantastic i will definately testing it out. another great feature would be to enable it to synch with google calendars as well while checking duplicates with the exchange calendar - all the onew i have trie have failed on the duplicates side! will monitor this thread and check when an app is available
cheers
JPHCCFC said:
that would be fantastic i will definately testing it out. another great feature would be to enable it to synch with google calendars as well while checking duplicates with the exchange calendar - all the onew i have trie have failed on the duplicates side! will monitor this thread and check when an app is available
cheers
Click to expand...
Click to collapse
I would be interested, but more for pushing of emails from my google app, rather than calendar/contacts, to my mobile phone.
I would LOVE getting my calendars and contacts synched between my work exchange and personal exchange
zenkinz said:
I would be interested, but more for pushing of emails from my google app, rather than calendar/contacts, to my mobile phone.
Click to expand...
Click to collapse
zenkinz you can do this now by getting google mail to autoforward all emails to your exchange account - thats what i do now and it works like a treat
I would not only love an application like this but maybe one that allows the use of Intellisync along with Activesync to allow them both to work cohesively. Since Novell and Microsoft do not play well together I cannot use my hotmail to work with my activesync the same way.
Hey guys, i don't know if this works for everyone but i saw this post ages ago that allows a quick registry edit to allow activesync 4.x to sync over multiple servers.
Currently i sync my exchange server calendar and contacts with google calendar.
The link on google groups is http://groups.google.co.uk/group/microsoft.public.pocketpc.activesync/browse_thread/thread/7e44b0374561f9e3/e25f50cf495e64b8?lnk=st&q=solved+exchange+pocketpc&rnum=3&pli=1
I have a polaris running a wm6.1 build. and this seems to work really well. I hope this helps someone!
Fergus278 said:
Hey guys, i don't know if this works for everyone but i saw this post ages ago that allows a quick registry edit to allow activesync 4.x to sync over multiple servers.
Currently i sync my exchange server calendar and contacts with google calendar.
The link on google groups is http://groups.google.co.uk/group/microsoft.public.pocketpc.activesync/browse_thread/thread/7e44b0374561f9e3/e25f50cf495e64b8?lnk=st&q=solved+exchange+pocketpc&rnum=3&pli=1
I have a polaris running a wm6.1 build. and this seems to work really well. I hope this helps someone!
Click to expand...
Click to collapse
At first blush, the link suggested syncing with one exchange connected pc, and one push-enabled server. While close, I do not believe this is the same functionality my app will provide. Did I miss something?
would love it.
i own a consulting company and have two email addresses. my personal and a "support" mailbox. would be nice to see that support box without using oma or even worse OWA on vga screen. ugh.
this app is definitely. needed.
thanks for the effort.
Excellent !
Works like a charm for several pop3 accounts.
Ciao
Fred
I too have my own Exchange server at home, and several other Exchange accounts at work- each on different domains. This would be a great thing for me, and one I would pay for.
I am currently running Exchange 2007 on my home domain, Exchange 2010 for one account at work, and Exchange 2003 for another. If this works on all 3 "flavours" I would be stoked.
bryancruise said:
I have seen several posts over the years from people looking to sync multiple Exchange mailboxes/calendars to their WM phones. The official word from Microsoft is, of course, you can't do that, and it is for security purposes. To date, I haven't seen a way to accomplish this, other than to have IMAP or POP3 and use the second exchange account in this way.
The paradox for Microsoft is which domain 'owns' the device. If you sync to two different servers, and one issues the remote reset command, the phone will hard reset, losing the data from the other server. Also, if there are policies in place for one domain, and you sync to a second, which set of policies supercedes the other.
I am probably one of the few people ( although it's probably not that rare consider many users here are developers ) who runs their own exchange server at home. I have my phone synced to my home Exchange server which houses all of my email, contacts, calendar apps, ect. The company I work for also uses exchange and opens the ability to sync via ActiveSync, but denies IMAP and POP3 access. I always wanted a way to get just my calendare from work so that when I am in the game room, or outside, or helping a co-worker, I didn't forget about the meetings scheduled at work.
Ok, with that background, here is the true purpose of the post. I have written a small app that uses WebDAV (same thing the Outlook web access uses) to query the Exchange server at work and return the all of the appointments on my calendar in XML format. This app then parses the XML, and sends regular emails with the calendar invites to my home Exchange server, and of course my phone. Once I log in and accept them, they show up on my phone, my home Outlook, and my Outlook at work. The strategy could easily be applied to email, as the WebDAV query i've created need only be tweaked to return the email in additional to the calendar appointments. The device retains no relationship with the exchange server from which the email and calendar settings come, so there is no question of domain ownership
What I would like to know from the community, is there still a need for this app? Right now many of the configurable items are hardcoded to my server settings, mainly because it started as a POC, and it is in a C# Console Application. It could easily be modified to run on the .NET 3.5 CF, with all of the important info as configurable options, and distrubuted.
Would anyone be interested in this?
Click to expand...
Click to collapse
This could even be made into a PC application, and I would be happy. Let me know if you need any help in testing or coding.
bryancruise said:
At first blush, the link suggested syncing with one exchange connected pc, and one push-enabled server. While close, I do not believe this is the same functionality my app will provide. Did I miss something?
Click to expand...
Click to collapse
Well just to confirm, i sync with my works exchange server and google sync which as far as i know uses Exchange ActiveSync® protocol. To this extent i am effectively syncing with two exchange servers.
I do not sync my phone with any pc, so this registry mod does do what i think you describe. I suggest you try this regsitry mod and see if it does what you ask.
regardless i hope it helps!
ButtonBoy said:
I too have my own Exchange server at home, and several other Exchange accounts at work- each on different domains. This would be a great thing for me, and one I would pay for.
I am currently running Exchange 2007 on my home domain, Exchange 2010 for one account at work, and Exchange 2003 for another. If this works on all 3 "flavours" I would be stoked.
Click to expand...
Click to collapse
I am not sure about Exchange 2010, but I know that my app (in it's current form) relies on WebDAV, which makes it work with Exchange 2000, 2003, and 2007. I don't have an Exchange 2010 test environment at the moment, but will stand one up if demand were to increase. Once it goes RTM I will definately use it and this app will be compatible. Again, as long as they leave WebDAV support in, and don't break the interface, this app will already work with it.
Fergus278 said:
Well just to confirm, i sync with my works exchange server and google sync which as far as i know uses Exchange ActiveSync® protocol. To this extent i am effectively syncing with two exchange servers.
I do not sync my phone with any pc, so this registry mod does do what i think you describe. I suggest you try this regsitry mod and see if it does what you ask.
regardless i hope it helps!
Click to expand...
Click to collapse
Thanks, I will definately look into this.
Just as a general update on progress, I began digging into the true dirt of the conversion today and ran into several issues. First being that the System.Net.Mail namespace isn't in the compact framework, and since that is functionality in the .net System.dll, it can't be exported for use with CF. I found however that the same functionality exists in the Microsoft.Mobile.PocketOutlook namespace, so that was easy to overcome. I ran into some issues during testing (my exchange server went down overnight so i couldn't test at all (btw, it going down had nothing to do with this app )). The WebDAV query works, but since I am returning such a large dataset, it takes quite a while over EDGE (TMobile 3G is slated for Louisville in a few weeks!!!). Otherwise, the port is moving right along and hope to have an alpha version posted in the coming days.
BTW, does anyone out there have a good name for this app. In a lapse of creativity, I named it InfoSync, but I think that is too generic. Suggestions?

Syncing Calendar with .ICS Files

Hi all - got my HD2 three days ago and still tweaking bits and bobs as I see fit!
One of the things I haven't been able to work out is whether I can sync the calendar with my personally hosted .ICS calendar files? I host them on a personal FTP for shared use in Lightning/Thunderbird.
Is there any way at all of syncing them with my HD2? Whether it's a bit hacky and goes via Google Calendars or something else I don't really mind, as long as it works remotely.
Thanks in advance .
Argh, dropped off the first page already! Anyone?
i guess the google calendar is way to go. but it would be great if a XDA expert could post an a possible solution
I would like to see either HTC offer something to sync up to Yahoo calendar, or at least a third party app to sync up to Yahoo calendar myself!
Yahoo has now done away with the Yahoo GO! app, oddly enough only months after creating a "new" iphone App. Why does Yahoo always give Windows Mobile the finger?
Russinating said:
One of the things I haven't been able to work out is whether I can sync the calendar with my personally hosted .ICS calendar files? I host them on a personal FTP for shared use in Lightning/Thunderbird.
Click to expand...
Click to collapse
Hi. I don't have a HD2, but in this period I am evaluating the purchase of a new WM smartphone, and I am searching info about my main requirements. One of them is just the sync with Outlook or (better) with Lighting/Thunderbird. Until now, I found that the best solution seems BirdieSync, http://www.birdiesync.com/features. Unfortunately it is not freeware, but it appears the most suitable for the task. I saw on the site that there is a full-functional demo, maybe you can try it.
Hope this helps.
Antlab said:
Hi. I don't have a HD2, but in this period I am evaluating the purchase of a new WM smartphone, and I am searching info about my main requirements. One of them is just the sync with Outlook or (better) with Lighting/Thunderbird. Until now, I found that the best solution seems BirdieSync, http://www.birdiesync.com/features. Unfortunately it is not freeware, but it appears the most suitable for the task. I saw on the site that there is a full-functional demo, maybe you can try it.
Hope this helps.
Click to expand...
Click to collapse
I use birdiesync, and it does synchronise with Thunderbird's calendar.
Anything to synch to Yahoo Calendar?
Yahoo! Ical Sync
the new yahoo calendar beta has ical sync support, so if you can sync to ical you can sync to yahoo calendar beta....
"Can I sync with Live or Google Calendar?
Last Updated: March 02, 2010
Yes!
When you share your calendar with any user, that user will receive an email that will guide them through subscribing to your calendar.
Toward the bottom of that email, there will be a URL that looks like this:
ht[tp://calendar.yahoo.com/yahoo-id/XXXXXX/CalendarName.ics?id=001.
Anyone using a calendar that supports the iCalendar or .ics formats can use this URL to sync to your Yahoo! Calendar."
Click to expand...
Click to collapse

[Q] Easy way to move personal data

Hey guys,
I know this isnt a Development related question, but i think a suitable answer to this question would be invaluable (i for one find myself installing all of the new builds as they come out). Is there an easy way to move things like calendar appointments and contacts from WinMo to Android?
Thanks
ASK768 said:
Hey guys,
I know this isnt a Development related question, but i think a suitable answer to this question would be invaluable (i for one find myself installing all of the new builds as they come out). Is there an easy way to move things like calendar appointments and contacts from WinMo to Android?
Thanks
Click to expand...
Click to collapse
As far as I have been testing Android builds, not possible today.
sraaj said:
As far as I have been testing Android builds, not possible today.
Click to expand...
Click to collapse
Use google's tools.
You can SYNC winmo contacts and calendar with Google's FREE online calendar...
then when you run Android, it will sync with the same data.
Also, when do use Google's online stuff, if you lose your phone, or you reinstall, all your contacts and calendar items resync with your new phone As long as you have a data connection (wifi or phone)
How can i get google sync to work in wm6.5? Here, in the activesync program, clicking the "set up your device to sync with it" link does nothing...
thats how it says to do it on the google sync website.
ASK768 said:
How can i get google sync to work in wm6.5? Here, in the activesync program, clicking the "set up your device to sync with it" link does nothing...
thats how it says to do it on the google sync website.
Click to expand...
Click to collapse
sorry, if this is not the right answer...
For WinMO - Use ActiveSync to Connect to your device, setup Sync Partnership, and it will sync from Outlook (emails, contacts, etc etc... depends on how much you choose)
For Android - the options are (depends on which accounts is selected to sync contacts)
1. Google Sync - It will sync your contacts from your gmail account
2. Corporate Account - if you are on exchange, this will sync all your contacts from Outlook.
these are 1 to 1 syncs.
-----------------
To do Outlook -> Gmail -> Android, I believe there are some software you can use... i read on google, but reviews are very subjective, and I have tried none, so wont be able to recommend.
For corporate use, I have heard CompanionLink and Touchdown to be good.
ASK768 said:
How can i get google sync to work in wm6.5? Here, in the activesync program, clicking the "set up your device to sync with it" link does nothing...
thats how it says to do it on the google sync website.
Click to expand...
Click to collapse
can you please post the link you are using ....
Sry I'm new so I can't post any links but searching "google sync" in google should return correct link in first result.
My suggestion - don't sync mail, it's buggy. Better use IMAP for gmail and sync only contacts / calendar.
If "set up your device..." link is dead (that was my case also) try searching ActiveSync menu for "server source" or something like that (my ROM is localized so I don't know how it's called in English version). When done proceed as in tutorial about google sync. My ROM is WM6.1 but 6.5 should work the same way.
YES I was able to fully sync contacts & calendar that way with my google account. Syncing works both ways and if you set it up correctly it will push any new or updated items almost instantly between account and a phone.
g3rm0 said:
Sry I'm new so I can't post any links but searching "google sync" in google should return correct link in first result.
My suggestion - don't sync mail, it's buggy. Better use IMAP for gmail and sync only contacts / calendar.
If "set up your device..." link is dead (that was my case also) try searching ActiveSync menu for "server source" or something like that (my ROM is localized so I don't know how it's called in English version). When done proceed as in tutorial about google sync. My ROM is WM6.1 but 6.5 should work the same way.
YES I was able to fully sync contacts & calendar that way with my google account. Syncing works both ways and if you set it up correctly it will push any new or updated items almost instantly between account and a phone.
Click to expand...
Click to collapse
It works!
I though it tried it but i guess not. Thanks for the reply and welcome to the forums
Android uses its own internal google sync to make sure your contacts and calendar etc are synced with Google's servers.... GOOD
Windows Mobile is ALSO supported by Google who are using Exchange server!!!...you can sync over the air with ActiveSync (m.google.com)... look on Google's support site or search for "Google ActiveSync"... note, Google only supports Contacs, Calendar and Mail sync (push), it does not support tasks or notes.
Works flawlessly for me, except for STUPID HTC messing with the 'notes' field in my contacts. This is a HTC bug, so beware.
So basically, IF you use Google for your contacts and Calendar, you can keep WinMo and Android in perfect sync
TheBrilliantMistake said:
Android uses its own internal google sync to make sure your contacts and calendar etc are synced with Google's servers.... GOOD
Windows Mobile is ALSO supported by Google who are using Exchange server!!!...you can sync over the air with ActiveSync (m.google.com)... look on Google's support site or search for "Google ActiveSync"... note, Google only supports Contacs, Calendar and Mail sync (push), it does not support tasks or notes.
Works flawlessly for me, except for STUPID HTC messing with the 'notes' field in my contacts. This is a HTC bug, so beware.
So basically, IF you use Google for your contacts and Calendar, you can keep WinMo and Android in perfect sync
Click to expand...
Click to collapse
I just tried it using this link which shows the instructions on how to do it... but incase your are having syncin problems after followin the instructions uncheck the tasks option when asked wht you want to sync....
So in other words your contacts and your calendar will be in sync

Calendar which is "Visible" but "Not Synced"?

Since updating my Streak to 2.2, I seem to have lost any Calendar which is only visible on the Phone, but which does not synchronise with Google. I am sure that 2.1 had one (called "PC Sync", I think).
(Note: I keep all my data in Outlook. I want to share it with my phone. I do NOT want Google to have any access to it).
When I look in the Calendar application, there is only one Calendar listed (Menu - More - Calendars), which is the one from my linked GMail account. There are 3 options available for that calendar:
1) "synced, visible" - which means that I can see the data in the calendar application, but that it is also synced with my Google account;
2) "synced, not visible" - which means that I can NOT see the data in the calendar application, but that it is still synced with my Google account;
3) "not synced, not visible" - which means that it is not synced with my Google account (great!), but I can't see the data in the calendar application :-(
What I really want is a fourth option "not synced, visible", but this doesn't exist.
I can create new calendars from my PC when logged on to Google (but these have the same set of options on the phone and cannot be set to "not synced, visible"). I cannot find any way of creating a new calendar on the phone itself.
I'm almost ready to give up on Android and go back to WinMo, unless anybody here can help ...
Philip, the standard Android phone will have a native calendar and contact app that is visible. From there, you have the option to sync or not sync each with Google. Please do not give up on Android devices simply because Dell has done things differently than the standard Android device.
There is a solution. You must find a third party vendor that has a calendar provided with their software and install it. You have a requirement that the sync with Outlook does not use Google as the conduit. We must look at the chart at syncdroid dot net with a P under the Calendar column which indicates the have a Provided Calendar app. We see that there are 4 options available for you. MyPhoneExplorer is free, has a very good reputation, and uses USB or Wi-Fi to sync. VCOrganizer Pro has a good reputation and syncs via Wi-Fi. MyLinkAdvanced syncs with USB. CompanionLink for Outlook has a good reputation, free phone and email tech support, has a free 14 day trial and syncs through USB or Wi-Fi. If you would really like to use a wireless sync so the calendar is synced at any time, you can enroll with the $10 per month plan with CompanionLink to send your data with encryption through CompanionLink's servers to your Streak. Since it's encrypted, not even CompanionLink can "see" it.
If you are using Outlook 2010, you may not use MyLinkAdvanced because it is not compatible with Outlook 2010.
One great benefit of most non-native calendars is that you have the ability to search for an item. This is not possible with the native calendar app.
I personally use CompanionLink for Outlook and it works well.
Emperor Crusher said:
the standard Android phone will have a native calendar and contact app that is visible. From there, you have the option to sync or not sync each with Google.
Click to expand...
Click to collapse
Unfortunately that's not quite the full story. As I explained, if I choose NOT to synchronise with Google, then there is no option to actually view my data within the Android Calendar application. (Contacts are not a problem, only the Calendar).
Emperor Crusher said:
There is a solution. You must find a third party vendor that has a calendar provided with their software and install it. You have a requirement that the sync with Outlook does not use Google as the conduit. We must look at the chart at syncdroid dot net with a P under the Calendar column which indicates the have a Provided Calendar app. We see that there are 4 options available for you. MyPhoneExplorer is free, has a very good reputation, and uses USB or Wi-Fi to sync.
Click to expand...
Click to collapse
I'm well aware of http://synchdroid.net, but unfortunately the information there is incorrect in respect of MyPhoneExplorer - it does not provide either Calendar or Contact applications on the Andoid platform (I know this because I use MPE to get my data from Outlook to my Dell Streak).
Emperor Crusher said:
VCOrganizer Pro has a good reputation and syncs via Wi-Fi.
Click to expand...
Click to collapse
That has not been my experience with VCO, unfortunately - it duplicated my Contacts and corrupted my Outlook data. You just need to look at the comments in the Android Marketplace to see that many people have had problems with this application. What leads you to believe that it has "a good reputation"?
Emperor Crusher said:
One great benefit of most non-native calendars is that you have the ability to search for an item. This is not possible with the native calendar app.
Click to expand...
Click to collapse
True - but the native application can share its data with other applications (such as CalWidget, which I find very useful).
Suggestions:
Jorte - provides an independent calendar app, can import csv files to get you Outlook data in
Offline Calendar - stand alone calendar app
AnCal - another standalone calendar
Philip,
Let me repeat what I said. The STANDARD ANDROID phone has a Calendar app that remains visible whether or not you sync. Put another way, Dell has made their Streak to be a NON-Standard Android, if what you say is true - and I have no reason to doubt you.
I said that MyPhoneExplorer has a very good reputation, but VCOrganizer just has a good reputation. I see both good and bad about every program on the forums. Comparably, VCOrganizer just has less bad than others, from what I have seen. Your milage may vary.
CompanionLink for Outlook syncs to it's own calendar, but it also syncs that calendar with the native calendar. Now, even if the native calendar is invisible, it stands to reason that the Companionlink DejaOffice Calendar will still sync with it. Therefore, Calwidget will still get information from it. Because Dell has, um, provided you with this opportunity, you can test the free trial of Companionlink to see if this is true.
Philip,
I saw this quote on the FJSoftware forum and they are the developers of MyPhoneExplorer. The answer came from their staff.
Does the app just facilitate syncing or does it contain it's own Calendar and Contact app?
Both. MyPhoneExplorer has basicly its own interface. But you can enable the sync f.e. to Outlook and other apps.
Click to expand...
Click to collapse
So, that's where I got my information. Perhaps there was some confusion in the translation. I have asked them to clarify this.
MyPhoneExplorer
OK, I think that I understand the confusion.
MyPhoneExplorer maintains its own Contact and Calendar applications on the PC, but not on the (Android) phone, where it uses the native applications.
I think that this stems from its origins as a way to synchronise SonyEricsson phones with a PC, in the days before PIMs like Outlook were widely used.
I have the exact same problem as the OP and I think that most of the suggestions offered here miss the nature of the problem.
At least under GB with CM7 nightlies there is no way to have a standalone calendar that does not sync with Google. You can install AnCal or Offline Calendar and they will maintain their own files, but these are not visible to the standard Android APIs that 3rd party conduits which sync with Outlook rely on. I have verified this on my own phone, where I have three calendars: Personal (GCal), Work (GCal), and AnCal. When you open the stock Calendar app (or at least as stock as CM7 makes it), you ONLY see the two GCal calendars. When you launch the MPE client on the device you ONLY see the two GCal calendars. For app practical purposes AnCal might as well not exist.
Worst of all any attempt to sync with MPE or syncdroid dumps all your Outlook data on Google's servers. If you try to use this software to sync your work calendar you may end up fired for putting unsecured sensitive information in Google's hands. If your company has an exchange server this problem is solved, otherwise you are out of luck.
I am with the OP here.... Android REALLY REALLY needs a "visible, no sync" calendar option. Google cannot be trusted any more than any other corporation to safeguard sensitive data, forcing you to put all your calendar info on the cloud is just ridiculous.
The last bit may be a bug in the CM7 nightlies that may get resolved once the official release comes around. I though that I could work around the problem by turning off calendar sync under "Accounts and Sync" and leaving the calendar as "visible, sync". Since I don't use my GCal for practically anything of value I was ready to sacrifice the sync in order to prevent my work calendar from ending up on Google's servers. Turns out that CM7 ignores the global setting under "Accounts and Sync" and responds to the calendar sync setting in the Calendar app. Hope this is just a temporary bug that gets fixed.
GroovyGeek said:
...
I am with the OP here.... Android REALLY REALLY needs a "visible, no sync" calendar option. Google cannot be trusted any more than any other corporation to safeguard sensitive data, forcing you to put all your calendar info on the cloud is just ridiculous.
The last bit may be a bug in the CM7 nightlies that may get resolved once the official release comes around. I though that I could work around the problem by turning off calendar sync under "Accounts and Sync" and leaving the calendar as "visible, sync". Since I don't use my GCal for practically anything of value I was ready to sacrifice the sync in order to prevent my work calendar from ending up on Google's servers. Turns out that CM7 ignores the global setting under "Accounts and Sync" and responds to the calendar sync setting in the Calendar app. Hope this is just a temporary bug that gets fixed.
Click to expand...
Click to collapse
Nope, you're right - it's not a bug in a particular interim release. Froyo 2.2 does the same thing. There is no "visible, no sync" setting, and the sync settings for the phone are ignored if you want to view your calendar data (because you have to select SOME form of 'visible', which is only 'synced, visible').
Why in the world would Google FORCE you to sync your Calendar data if you want to view it? I agree, that seems rather insane.
- Tim

Outlook Calendar & Contacts Sync now available using PC Companion

Just noticed the latest version of PC Companion (updated today) includes 'Sync Zone' which allows you to sync your phone Calendar and Contacts with Outlook 'via Google'.
Haven't tried it, cos I got this set up ages ago using gSyncit, but, obviously, Sync Zone is free so good news for anyone who wants to do this but hasn't worked out how to yet.
i don't have it on mine
version 2.01.110
I Don't know how is it going to clash if you are using Moxier to sync with Exchange (which I'm doing ATM)
Anyone knows about this, please share.
Thanks.
mine showed up finally. works good, some of my merged contacts come into outlook wrong.
I have the update also and I am using it now to sync the contacts between my Google and Outlook now, I use companionlink software to sync previously.
I tried this, and it seems to work well enought. Only problem is it doesn't let you select what Outlook profile you want to sync. In my case, I have two Outlook profiles setups (one for me, and one for my wife). When I tried to sync my wifes contacts onto her phone it grab my profile and merged my contacts with hers.
Anyone know how tell it to use another Outlook profile?
MadmanJay said:
I tried this, and it seems to work well enought. Only problem is it doesn't let you select what Outlook profile you want to sync. In my case, I have two Outlook profiles setups (one for me, and one for my wife). When I tried to sync my wifes contacts onto her phone it grab my profile and merged my contacts with hers.
Anyone know how tell it to use another Outlook profile?
Click to expand...
Click to collapse
I assume you are using two profiles under the one Windows log on.
The best way is for your wife to logon as a different Windows user. In that way everything is kept separate. It makes life a lot simpler.
This is great news for me. Add the improvements with 2.1.A.0.435, including multitouch and video editing and SE is starting off the new year pretty well. Although, you wouldn't know it with all the whiners bashing SE here on xda.
agentJBM said:
This is great news for me. Add the improvements with 2.1.A.0.435, including multitouch and video editing and SE is starting off the new year pretty well. Although, you wouldn't know it with all the whiners bashing SE here on xda.
Click to expand...
Click to collapse
+1
Sent from my X10a using Tapatalk
I've tried and worked OK for me... callendar and contacts sincronized... the problem is, MS Outlook works very bad with Gmail IMAP account, and crash every time i try to move a mail from one folder to another.
So far, back to Mozilla Thunderbird for me.
For me, it keeps crashing everytime I run a sync
artofsnow said:
For me, it keeps crashing everytime I run a sync
Click to expand...
Click to collapse
same...Unknown error
It has totally screwed up my contacts - added random e-mail addresses where they shouldn't be and deleted contacts it shouldn't have. I've used sync software for years, and I understand how it should work - be warned - it doesn't - if you want to try it, make a back-up of *both* address books first.
I click on SE Sync from PC Compaion
i look at Dashboard and only my bookmarks were synced
Everyone should be careful with their outlook sync. Google uses non-standard labels for contact fields. If you have custom labels for anything, it will not translate well to outlook. Same thing with their imap protocols.
Outlook sync with google using pc companion
is anyone else having this problem - when I generate an Outlook appointment, it synchs to Google Calendar fine, when when it re-syncs, it rolls back the time & date in Outlook Calendar ...... ??????????
HELP

Categories

Resources