T/X Questions (Internet & Calendar)

moving this off-topic thread to the Palm OS hardware board
smkranz
I am a volunteer, and not an HP employee.
Palm OS ∙ webOS ∙ Android

It is probably due to the Public vs. Private setting on your online sharing - see http://discussions.apple.com/thread.jspa?messageID=5934737&#6171814

Similar Messages

  • Few questions about Calendar / SimpleDateFormat classes

    Hi.
    I have few questions about Calendar class:
    1. How can I get only date representation (without the time)?
    after doing:
    Calendar cal = Calendar.getInstance();
    I tried to clear unecessary fields:
    cal.clear(Calendar.SECOND);
    cal.clear(Calendar.MINUTE);
    cal.clear(Calendar.HOUR_OF_DAY);
    But after printing the time, it seems that the HOUR was not cleared:
    SimpleDateFormat sdf1 = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss");
    System.out.println(sdf1.format(cal.getTime()));
    ---> 03/11/2004 17:00:00
    Am I missing somthing?
    2. I want to make sure that two different formats couldn't be compared. i.e., if I'll try to parse one String according to different format -- ParseException will be thrown.
    String date = "19/04/2004 13:06:10";
    SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
    Date dateObj = sdf.parse(date);
    However, even though that formats are different, no exception is thrown and the return Date is 19/04/2004 00:00:00.
    How can I cause to exception to be thrown if formats are not identical?
    Thanks in advanced

    The Calendar class has a few of what Microsoft would call 'features'. :^)
    To clear the time, call:
    calendar.set(calendar.get(Calendar.YEAR), calendar.get(Calendar.MONTH), calendar.get(Calendar.DAY), 0, 0, 0);
    If you want 'pessimistic' rather than 'optimistic' date parsing, you have two options:
    1) Call calendar.setLenient(false);
    See if that is strict enough for your needs, otherwise:
    2) Write code to ensure a stricter parsing of the string passed in. For example, you could very simply check the length of the string to determine if time data is also present.
    When parsing, a string like '02/29/02' would parse to the date '03/01/02'. Setting lenient to false may fix this, but the surest way is to do some testing and then make the parsing more pessimistic where it suits your needs.
    - Saish
    "My karma ran over your dogma." - Anon

  • Outlook 2007 won't auto refresh the internet calendar

    HI, 
    I subscribed a web ical with the instruction (File > Account Settings and then the Internet Calendars
    Tab, then click New and enter the path)
    for outlook 2007:
    the new calendar could display all the events correctly after set up, but it won't update the new event anymore automatically. even I close and re-open the outlook, it still not update, the last update time is the time when set up this calendar. 
    for outlook 2010, i tested, it can auto update the internet calendar when open the outlook everytime.
    is this the problem with outlook 2007?
    (I don't want user to press F9 to refresh everytime) 
    and i also tried to add X-PUBLISHED-TT property in the iCal file and it seems not working also
    Please help ! Thanks !

     Hi
    zhenyun,
    Sorry for Late reply, if you are still facing same
    issue then you should go for some kind of auto refresh plug-in or Add-in. After a bit search on Google, I found some of them called
    “Zoho” and “Vtiger”.
    As I am not much sure about this Add-in, you have to read about
    its functionally first by visiting given link.
    http://www.zoho.com/crm/help/outlook/using-plug-in-for-microsoft-outlook.html
    https://wiki.vtiger.com/vtiger6/index.php/Outlook_Plugin
    Hope, this link and Plug-in will give you some relax.
    Thanks
    Clark kent

  • Exchange Online - Automated subscription to internet calendar using any method?

    Is there any automated way to push in a subscription of an internet calendar to an Exchange Online user?
    We have a time management tool that generates personalized internet calendars with unique URL's (example: http://timemanagement-tool.lcl/username.ics )
    In trying to find a way I subscribed to a calendar in OWA and it works as expected, updates if appointments are updated and so on. Looking with MfcMapi I can see a subfolder to my calendar was created when I subscribed to the ics. But not in any of the folder
    properties can I see any reference to the unique URL. Where is this URL referenced? It's got to be somewhere, how else does Exchange know where to pull updates from?

    The configuration for the Shared calendar is stored in a FAI item (Folder associated Item) with a message class of IPM.Sharing.Binding.In which you should be able to access using MFCMapi. There is no API operations for creating a Sharing invitation with
    EWS but you can accept one see
    http://msdn.microsoft.com/en-us/library/office/ee693280(v=exchg.150).aspx . Calendar Sharing is also documented in the following Exchange Protocol documents
    http://msdn.microsoft.com/en-us/library/cc433485(v=exchg.80).aspx and
    http://msdn.microsoft.com/en-us/library/ee624726(v=exchg.80).aspx . Its possible to use this information to create your own sharing invitation manually but its not easy.
    Cheers
    Glen

  • Otlook Internet Calendar not importing

    Hi,
    My web application (asp.net mvc) provides a 'webcals' link that users can import into outlook and add a calendar from the app. This was all working fine a week ago. I updated the webapp to be accessed exclusively over ssl and now the functionality has stopped
    working. The funny thing is, I reverted back to plain http access and the problem persists. 
    If I take the http link that displays in outlook and put it directly into a browser an ics file is returned. I can then open that file in outlook and all is good. 
    If I add the link to 'Outlook - Tools - Account Settings - Internet Calendars' and send/receive to sync I get the following:
    Task 'Internet Calendar Subscriptions' reported error (0xAF604005): 'The file "Feed" is not a valid Internet Calendar File.'
    The link in outlook (Subscription Options pane-Location) points to a controller in my app that returns an ics file. As I said before putting this link in a browser returns the ics file ok. Link is:
    https://login.[MYAPP].com/Events/Feed?token=a15fd1ed-3a0-443f-a767-55f9a2a4ff5
    Outlook seems to be picking up the last part of the link as the file name. This exact link worked fine in the past. Also I have tested with straight http and the error still remains. 
    Have tested on a few versions of outlook and getting same error. 
    Any help on this is greatly appreciated. 
    CD. 

    Hi,
    Your previous post in MSDN forum has been moved to Outlook IT Pro Discussions:
    http://social.msdn.microsoft.com/Forums/office/en-US/8bce050c-ecab-4728-a64a-11a1507733b2/aspnet-mvc-controller-returning-ics-file-for-import-outlook-reporting-not-valid-internet-calendar?forum=outlook#8bce050c-ecab-4728-a64a-11a1507733b2
    I've replied that thread and let's just go back and focus on that thread.
    Regards,
    Melon Chen
    TechNet Community Support

  • Outlook 2010 subscribed internet calendar recurring event problem -- missing recurring events

    Hi --
    In Office Outlook 2010, I'm subscribed to my wife's google calendar via subscribed internet calendars.  A few weeks ago, I noticed that recurring events weren't appearing.  I deleted the subscription, and resubscribed, with no luck.  (All
    her other appointments and events were there, but not the recurring ones - including new scheduled events she had just added.)
    At the same time, I did the same thing in Office Outlook 2013, (on another computer), and all the recurring events were there.
    So the problem isn't with the feed, but somewhere in MS Office Outlook 2010.
    Does anyone have any idea how to fix this?
    Thanks.

    Hi,
    Please make sure the latest patches and service packs are installed for your Outlook 2010. Since the issue doesn’t happen in Outlook 2013 on another computer, the Internet Calendar URL should be OK for opening.
    Please refer to the following article to create a new Outlook profile and restart Outlook in Safe mode to have a try:
    https://support.office.com/en-za/article/I-can-t-start-Microsoft-Outlook-2010-or-2013-or-receive-the-error-%E2%80%9CCannot-start-Microsoft-Office-Outlook-Cannot-open-the-Outlook-Window%E2%80%9D-d1f69da6-b333-4650-97bf-4d77bd7abb85
    If the issue doesn’t happen in safe mode, the issue may be caused by any third-party add-ins, please disable then enable the add-ins in Outlook One by One to confirm the issue cause.
    Regards,
    Winnie Liang
    TechNet Community Support

  • I'm trying to get Outlook to sync multiple internet calendars with Itunes. How do I go about doing this?

    See subject. Basically, Itunes will not show the internet calendars that I am subscribed to when I try to sync my calendars with my Ipad. Any way to do this?

    setting/messages under SMS/MMS section switch off Show subject field

  • Another Boot Camp Question (Internet Security this time)

    Still doing my "homework" to prepare to install Windows (I will be using Vista Ultimate for awhile to start).
    I've been reading a bit here about how Windows can be vunerable just by being connected online.
    My routher does have the firewall on, and I'm also looking at a few security suites (mainly Norton IS 2009 and Kaspersky). Feel free to chime in with recommendations for or against, but my main question is this:
    I assume after installing windows it will update itself. Should I install Windows without being connected, then install a security suite, then reconnect to do updates and registrations, etc? Is there a recommended procedure for that based on anyone's experience?
    Thank you.

    *My NewOsProcedure before iNet connect*
    When you ask youself "In whose best interest is the continuing existance of viruses", the answer is companies who sell Anti Virus software. To protect my access to internet content made possible by software written & constantly being security updated by Microsoft with a second/third party's software is absurd. You don't have to agree with this or believe me saying that I've never suffered for not using one.
    In Windows 7 I admit to missing use of free online One Care mostly for Registry cleaning which I would only trust to Microsoft. Also miss XP Sysintenals utilities that scanned for rootkit & defragmented the registry
    although "Autoruns" still works in W 7 to show things loaded that would otherwise be unknown.
    Windows on first start up leaves you vulnerable to some extent unless you close the holes.
    1)Right click Computer icon Desktop->Properties->Advanced System settings
    ->Remote Tab Disable Remote assistance, make sure Remote desktop is not selected.
    2)From Control Panel->Windows Firewall off by default in earlier releases, differs in windows 7 but be sure that it is turned on. In W 7, using a router I have Home Net blocking everything and Public more open allowing only Core networking element. Disabling Messenger, iTunes Media player as they turn themselves on, does not prevent them from performing acceptably unless perhaps you are sharing media.
    3) In Network connections properties, I retain only Client for MS networks which can be unchecked, QOS Packet Sch, IP 6 & IP 4 and disable items in the "Sharing Tab" which may be new with W 7.
    4) Right click Computer icon Desktop->Manage->Services&Apps->Services -
    Depending on whether you are sharing, using remote desktop, wireless, things I'm not into, these are services that I disable (Some may not be on pre
    W 7:)
    Bluetooth, Branch Cache, Computer Browser, Home Group, Internet connection Sharing, iPod, Media Center Extender, Net.Tcp Port Sharing, Offline Files, Peer anything, PNRP machine name pulication, Remote Access Conn..., Remote Destop (all), Remote Registry, Routing & Remote access, Secondary Logon, Server, Smart Card, Tablet PC, UPNP device host, Windows Biometric, Wind. Card space, Windows Connect Now, Windows M. Player Sharing, Windows Remote Mgmt, Windows Search (this is personal, I disable drive indexing as well etc. I've seen that Ms. has included *Wolfram Alpha in Bing. *Who's gonna bother arguing with a MacArthur Genius if he suggests that the Universe is a giant computer? ), WinHTTP web Proxy..,WLan AutoConfig and WWAN AutoConfig. In Services, you do not want to disable anything critical to OS start up.

  • Odd question about calendar accounts

    I have a user who has several users that want to use a calendar account for scheduling. However, they do not want to use their own calendar accounts and then open the scheduling account - the claim is that there are too many clicks.
    So my main user asked the following question:
    Is there a way to designate two passwords for a calendar account, with each password allowing different privileges when signed in?
    I don't think this is possible, but I wanted to confirm this.
    Thank you!

    Michael,
    I think that it is not possible. In the OID a user has only one password field. There is no standard way to achieve what your uer wants. So it has to be programmed, but I don't know how
    Fred

  • Question on Calendar

    Hi Experts,
    I have created WD screen. It uses Calendar UI element and displays 4 months calendar (Current month and next three months). For example if I will run program today, it will display calendar of  Aug 2009, Sep 2009, Oct 2009 and Dec 2009. I am calliing RFC and displaying back end data
    The WD screen have following details:
    Travel Start date
    Sometimes, the travel date is 3 years (Aug 2006) back. If such cases arise, I would like to show the calendar of Aug 2006, Sep 2006, Oct 2006 and Dec 2006.
    How I can do so?
    Regards,
    Gary

    Thanks Armin,
    I have another question. User will click on some date in calender. The calendar is in one DC. I have used the calendar DC in other project. How we can pass the selected value of calendar DC to other project.
    Regards

  • My question On Calendar or Data

    Hi, I am making a query to a table: T_HR_CONTRACT,
    which stores the labor contract of a company.
    END_DATE is a field of table T_HR_CONTRACT.
    Now, I need to search the contract end in each month.
    select * from T_HR_CONTRACT where fEND_DATE >= theStartDayOfCurrenctMonth and fEND_DATE < theStartDayOfNextMonth;
    or
    select * from T_HR_CONTRACT where fEND_DATE >= theStartDayOfCurrenctMonth and fEND_DATE <= theLastDayOfCurrenctMonth;
    How can I utilize the java class Calendar or Date to get
    the first day of current month,
    the last day of current month,
    the first day of next month?
    I am new to Calendar and Date class. Please give me some help!
    Thank you!

    GregorianCalendar c = new GregorianCalendar();
    // That gets a Calendar object containing the current date and time.
    c.set(Calendar.DAY_OF_MONTH, 1);
    // As you might guess that sets the Calendar's day to be the first of the month.
    c.set(Calendar.DAY_OF_MONTH, c.getActualMaximum(Calendar.DAY_OF_MONTH));
    // That sets the Calendar's day to be the first of the month.
    c.add(Calendar.DAY_OF_MONTH, 1);
    // That adds 1 to the day... what does that give you?You could have learned a lot of this by reading the examples given in the API documentation for Calendar and GregorianCalendar. Try it next time, you may find it faster than waiting for some random person to answer your question.

  • HT4759 Question re calendar sharing and syncing

    I am currently using Google Drive, Google Calendars and a windowns operating system, Intewrnet Explorer for emails . Can I sync and share my google calendars with the ipad using icloud?

    Hi Darren,
    Sorry no one was able to help you. Not sure I can but I'll try
    1) Try AppleCare if you can. They might help though I doubt it.
    2) If you are near an Apple Store of dealer they might be able to help.
    3) You might try to find a local or inline user group.
    4) Look at the top of this iCal list as a topic regarding sharing is happening and it might lead to leads about how to lock some calendars.
    5) Unless you have a backup, I doubt you'll be able to recover what has been deleted.
    6) Shoot your question by the ical forum (or maybe the OSX forum)at macosxhints: http://forums.macosxhints.com/showthread.php?t=43128
    Bear in mind, iCal isn't really designed to be a mission critical (at this point) so I don't think I'd run my business on it if I wasn't a very capable user.
    You'll want to let folks know what version of OSX and iCal you are running as things have changed.
    Some of us on this list are trying to better understand how iCal works so maybe we'll be able to offer you some help later. You might try tracking down the various iCal files and see what you can do (do this under a different user for experimenting). The locations depend on what version you are running. You might be able to "lock" some aspects.
    You might also want to consider a more robust application for your needs.
    And your folks might need some more training or more help than you can give them.

  • Internet Calendar in Outlook 2007 and iCloud

    I have imported a google calendar into Outlook 2007.  Does anyone know how to get iCloud to see that particular calendar?  iCloud will see every other calendar I have in outlook except that one.  Any thoughts?

    I could not get iclould to work well with oultook and just took it off. Wished I had reviewed the  forums as there seem to be a lot of issues with outlook and icloud, depsite initially looking like a very good solution.  I am running Office 7 64 bit with Outook 2007, on the machine, not an exhange server. Also wanted to sync contacts and calendar with an iPad and Android phone, so perhaps a bit more challenging. After setting up icloud on Windows 7, calendar on outlook synced well with iPpad and android, but I could never get the ipad entries back into the others. Contacts seemd to sync correcly with iPad and oultook, but no solution for android phone. Many calls and discusions, and review of forums resulted in removing icloud which is not so easy.  The entries in those calendar and contact files have to be copied back to the original folders and then remove icloud. I then set up iTunes to do the sync and it works. However outlook still had the folders so further clean up was required. Removing icloud does not restore outlook,so it's a bad set up in my view. The modification icloud makes to outlook are not simple to reverse. MIxed level of support does nto help, though today I received pretty capable support with pretty good outlook knowledge. What I was told seemd to work, so I will stck with Itunes for now.  

  • General question re: calendar on iphone

    what is the difference between the outlook calendar and the home calendar on my iphone. i don't know which calendar to schedule. i've lost calendar info on this phone from syncing and i don't want this to happen again. thanks!

    It is designed to sync both ways. Any change made on either should be reflected on the other. Take a look at the manual and see if you have it set up properly.
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf

  • Switching, quick question, google calendar

    ive been using google cal, now im getting my macbook and will porbably want to use ical for synching with my cell. will i have to manually input everything into ical or can i import from google cal. or at least vice versa?
    any help is appreciated, thanks!

    This set of instructions is 'buried' in the Help Center at Google:
    How do I export my Google Calendar data?
    To export Google Calendar content, just follow these steps:
    1. Under "Calendars" in the left column, click on the down-arrow button next to the appropriate calendar, then select "Calendar settings." (Alternatively, click on "Manage Calendars" under "Calendars" in the left column, then click on the name of the appropriate calendar.)
    2. Click on the "ICAL" button under "Private Address" and click on the displayed URL.
    3. Save the exported file to the desired folder on your computer.
    4. Following the instruction on the calendar application of your choice, import the file you exported from Google Calendar to the calendar application.
    See http://www.google.com/support/calendar/bin/answer.py?answer=37111&topic=8566

Maybe you are looking for