Nokia X6 - retrieve calendar items

Hello there,
My Nokia X6-00 is practically 'dead'.
I can't restart my phone or it wont last long for the phone to give up.
Is there a way to retrieve my agenda items which are stored on the phone?
I don't use outlook on my pc and I also can't sync the calendar items.
Can I search for a file in the windows explorer (something like a *.pst file used in mailprograms).
Thank you so much for helping me with this!
regards,
Rebellushy

Set up your phone to sync calendar to a calendar app on your computer. Connect the phone to the computer, click on its name in iTunes on the left, then click on the Info tab on the right. Scroll down if necessary to Calendars, check to sync and choose a calendar application such as Outlook on Windows or iCal on a Mac. Make sure there is at least one entry in that app on your computer, then click the Sync button in iTunes.

Similar Messages

  • [E2010][EWS] How to retrieve calendar items of a defined category?

    Hi,
    I'm trying with VBScript to retrieve calendar items of a mailbox for a category.
    I managed with EWS to retrieve ALL the calendar items of a mailbox :
    const TARGETURL="https://.../ews/exchange.asmx"
    const USERNAME="username"
    const PASSWORD="pasword"
    Const strEmailAddress = "[email protected]"
    Dim objXmlHttp, xmlDoc
    Set objXmlHttp = CreateObject("Microsoft.XMLHTTP")
    Set objXmlDoc = CreateObject("MSXML2.DOMDocument")
    'XML request
    strXmlData = ""
    strXmlData = strXmlData & "<?xml version=""1.0"" encoding=""utf-8""?> "
    strXmlData = strXmlData & "<soap:Envelope xmlns:soap=""http://schemas.xmlsoap.org/soap/envelope/"" "
    strXmlData = strXmlData & " xmlns:t=""http://schemas.microsoft.com/exchange/services/2006/types""> "
    strXmlData = strXmlData & " <soap:Body> "
    strXmlData = strXmlData & " <FindItem xmlns=""http://schemas.microsoft.com/exchange/services/2006/messages"" "
    strXmlData = strXmlData & " xmlns:t=""http://schemas.microsoft.com/exchange/services/2006/types"" "
    strXmlData = strXmlData & " Traversal=""Shallow""> "
    strXmlData = strXmlData & " <ItemShape> "
    strXmlData = strXmlData & " <t:BaseShape>AllProperties</t:BaseShape> "
    strXmlData = strXmlData & " </ItemShape> "
    strXmlData = strXmlData & " <CalendarView StartDate=""2014-01-20T13:00:00"" EndDate=""2014-01-30T23:59:59""/>"
    strXmlData = strXmlData & " <ParentFolderIds> "
    strXmlData = strXmlData & " <t:DistinguishedFolderId Id=""calendar""> "
    strXmlData = strXmlData & " <t:Mailbox><t:EmailAddress>" & strEmailAddress & "</t:EmailAddress></t:Mailbox> "
    strXmlData = strXmlData & " </t:DistinguishedFolderId> "
    strXmlData = strXmlData & " </ParentFolderIds> "
    strXmlData = strXmlData & " </FindItem> "
    strXmlData = strXmlData & " </soap:Body> "
    strXmlData = strXmlData & "</soap:Envelope> "
    objXmlHttp.open "POST", TARGETURL, False, USERNAME, PASSWORD
    objXmlHttp.setRequestHeader "Content-Type", "text/xml"
    objXmlHttp.send strXmlData
    'status 200
    If objXmlHttp.Status = "200" Then
    If objXmlDoc.loadXML(objXmlHttp.responseText) Then
    Set soap_Body = objXmlDoc.documentElement.childNodes.item(1)
    Set m_FindItemResponse = soap_Body.childNodes.item(0)
    Set m_ResponseMessages = m_FindItemResponse.childNodes.item(0)
    Set m_FindItemResponseMessage = m_ResponseMessages.childNodes.item(0)
    Set m_RootFolder = m_FindItemResponseMessage.childNodes.item(1)
    Set t_Items = m_RootFolder.childNodes.item(0)
    For Each calendarItem In t_Items.childNodes
    Dim t_Subject
    t_Subject = calendarItem.getElementsByTagName("t:Subject").item(0).text
    msgbox t_Subject 'Show the subject of the item
    Next
    End If
    Else
    wscript.echo "Error: " & objXmlHttp.Status & " - " & objXmlHttp.statusText
    End If
    But now I would like to add a filter in the XML code to retrieve only the calendar items of a category called "TEST".
    How can I do this please?
    Thanks

    >> Do you have an example with ItemView to add a filter for a category? I didn't manage to make the query.
    Firstly I would suggest you use Powershell and the EWS Managed API, this will save you hours of work and many many lines of code.
    Because the category field is a multivalued property the best way to query this is to use a AQS query string the SOAP would look like
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
    <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
    <m:FindItem Traversal="Shallow">
    <m:ItemShape>
    <t:BaseShape>AllProperties</t:BaseShape>
    </m:ItemShape>
    <m:IndexedPageItemView MaxEntriesReturned="1000" Offset="0" BasePoint="Beginning" />
    <m:ParentFolderIds>
    <t:DistinguishedFolderId Id="calendar" />
    </m:ParentFolderIds>
    <m:QueryString>System.Category:'Green Category'</m:QueryString>
    </m:FindItem>
    </soap:Body>
    </soap:Envelope>
    Because this is a 2010 feature versioning you request is critical.
    Cheers
    Glen

  • Switched carriers and now i don't have exchange server calendar items - does anyone know how to retrieve them

    recently transfered from AT&T to Verizon iphone 4s and when I did the syn everything came over to new device except exchange calendar items.  Any idea how to get them synced.  I 've lost them from the computer as well.

    This has nothing to do with switching carriers and the syncing of calendar events over the air with an Exchange server has nothing to do with the iTunes sync process.
    On the iPhone go to Settings > Mail, Contacts, Calendars.
    Select the Exchange account.
    Is Calendars turned on for over the air syncing?

  • How to locate a calendar item causing backup fail?

    I assume I have a calendar item in my E70 calendar database that causes all calendar backup and synch efforts to fail.
    Problem description:
    1) The calendar software itself works fine (both the Nokia std calendar and 3rd party Papyrus).
    2) Backup and synch fail whatever method I try. So far I have tried backups with several versions of PC Suite (both on Vista and XP) and Goosync. All fail.
    3) The Goosync people debugged this on their end but they basically said that the phone side application just dies having read about 2/3 of the calendar database but they were not able to pinpoint it any closer. The calendar database contains 400 entries.
    PC Suite (all versions, newest I have used is 6.86.9), just basically says that it encountered an error synching the calendar information. Everything else (SMS, contacts etc) seems to be backed up just fine. The backup log is totally useless for debugging what entry causes this.
    Is there a debug mode/switch to PC Suite that would help me pinpoint the offending entry and delete it? Or are there any other debugging tools that would help me here?
    I know I don't have the newest firmware on my E70, but I don't want to upgrade without being able to backup my essential calendar data first.

    Hey, I really need some help here. My calendar is not backed up with Nokia PC Suite and this is a real problem for me.
    Help!

  • E52 New calendar items blank text - error / bug

    E52 New calendar items error
    S/W: 051.018
    In Calendar when adding a New meeting in the (Enter subject) box if adding more than one line of text the previous line of text disapears. This makes it very difficult to enter longer subjects in calendar events/meetings.
    Nokia please fix? any advice?
    Cheers
    If you find posts helpful hit the big green box to the left with the star in it... cheers

    same for me! text is only in the head of the meeting visible. the textbox color is white - on a white background, makes it invisible. lol. nice business-phone. there are so many problems with this phone. nobody can help me -  i really regret buying it.
    hardware is good, software is catastrophic

  • Nokia N97 Mini - Calendar events since January 1st...

    Hi all!
    I´m facing a strange problem my calendar events since January 1st aren´t displayed.
    I tried to reset the device (hard reset) but when I recovered the backup I faced the same problem.
    Is there anyway to delete just the Calendar data? I am asking it, because I would like to try a full resync (through Mail for Exchange) to try to solve the problem...
    1- Anyone faced this problem because of the new year?
    2- Anyone knows how to delete just the Calendar data?
    I´ll try to backup everything (without calendar),  do a new hard reset and then recover the backup without Calendar Items.
    I updated all the Firmware available.
    Any idea folks?!
    Thanks in advance!
    Rafael Tonassi
    Nokia N97 mini

    Yes, thanks, I tried it too.
    The last thing I did: Deleted all the calendar data on device. Sync Google with Outlook (it works) and than sync with the N97 through PC Suite (it works too, but don't solve my problem, because It's bad for me be dependant of Outlook, because I use Multiples PCs and this way, I don't have real time Sync)
    I still looking for a better solution. 
    PS: Before it I tried another software to Sync (in my opinion better than "Mail for Exchange" to Google Calendar:  But it does not solve the problem (2010 data).
    Moderator Note: Link was removed. We do not allow posting of unofficial link that would lead to purchasing software.
    Message Edited by Emily_Rose on 21-Jan-2010 01:18 AM
    Rafael Tonassi
    Nokia N97 mini

  • Outlook Recurring calendar items incorrect dates

    I am using PC Suite 6.85.12.0 loaded on a Windows XP computer Service Pack 2 with the latest updates and two Nokia 6085 phones. I use MS Outlook 2007 with Microsoft’s Business Contact Manager installed. Connection is via Bluetooth.
    I am only synchronising calendar items from the PC to the mobile phones and not vice versa. Non-repeating Outlook calendar items are shown on the correct dates and times. Repeating items are giving what seem like random dates but the same on both phones. I have not identified as pattern.
    Any ideas?

    If you look in the phone calendar menu, the supported recurrence pattern is as what you said. This is true for both my E65 and my old 7610. I admit that one cannot enter a recurrence pattern '2nd Wednesday of every month' directly in to the phone.
    But synchronizing is another thing, I have been using such advance recurrence by entering them into Outlook 2002 and synchronizing them to 7610 for more than 3 years ! The phone, somehow, by connecting via previous version of PC suite, reflected exactly what I entered in to Outlook. Maybe the software just took the 'picture' of what appear in the Outlook calendar and translate into the format the phone preceived, without trying to match their structure. You should check this with those who wrote the old software. When I purchased the E65 three months ago, I can continue using such feature without any problems. Until I bought the new laptop and the old PC suite has gone with the old laptop. I have to download the PC Suite 6.85, I then started to have the problem. I have been looking for download site where I can get the old version, but so far not successful.
    I am a business man, and when come to calendar I am a serious user. In business reality, you seldom have recurrent appointment like '9th of every month'. Because this month it could be Wednesday, the following the 9th is Saturday. If a phone system cannot meet advanced recurrent pattern requirement, you can no longer call it 'smartphone' or ultimately 'business phone'. I strongly believe Nokia marketing team would not agree with you.
    You are a listening mechanism of a large organization. But your function is beyond listening but to hear. Do not jump to the conclusion that the customer is wrong too early. I spend much of my time explaining to you because I just want you to admit that the problem exist. If my voice is not heard you won't see me hear again, and my next phone won't be Nokia.

  • On my iPad 3, how do I make calendar items lasting more than one day appear as such on the monthly view of my calendar? Right now only the first day of the item appears.

    On iPad 3, all of my calendar items lasting more than one day do not appear correctly when looking at the monthly view of the calendar; only the first day of the appointment appears. For example, if I am taking a vacation for 4 days, only the first day of the vacation is marked on the calendar, instead of being listed on all 4 days. When I look at the weekly view, however, it is correct and is listed on all 4 days. The problem here of course is that at a glance, there is no way to look at my monthly schedule. On my iPhone, everything is correct, regardless of month or week view, so clearly this is an iPad problem I guess? Please advise on how this can be corrected. Thank you!

    Unfortunately you can't do what you want. Many people have complained to Apple about this. I suggest you provide Apple feedback directly at http://www.apple.com/feedback/macosx.html. They will not provide a direct response but hopefully if enough people provide feedback Apple will fix this.

  • Deleted calendar items still appearing on iPhone

    Calendar items deleted on the PC (Outlook 2003 or Entourage 2008 - 12.1.7, - both linked to Exchange Server 2007) remain in the iPhone (OS 2.2.1) calendar. I am using wireless Exchange ActiveSync.
    It was working fine, but has now stopped removing deleted items.
    Calendar items added on the iPhone show up in Outlook/Entourage, so no problem in this area.
    I have tried turning 'off' the Calendar on the iPhone, then turning in 'on', allowing it to re-sync, but this has not solved the problem. My MobileMe accounts are all fine.
    I had Xerox DocuShare client add-on installed on Outlook 2003, but this was installed well before the problem appeared. It have uninstalled it, just to be sure, but the issue was not resolved.
    I am mystified as to why this issue should appear. Any ideas? Thanks in anticipation.

    Thanks for the suggestion Allan.
    I deleted the Exchange account and recreated it. Unfortunately the deleted items still appear.
    I thought it may be linked to the deletion of single occasions of repeating events, but the failure of single events to delete from the iPhone is also apparent. I appreciate the help.

  • One hour time difference between Palm and Exchange calendar items

    Calendar items on Exchange and Palm are off by one hour.
    Exchange server, desktop PC and Palm are all set to PST with the same time. Versamail account on Palm has been deleted and rebuilt.
    See screen shots at http://picasaweb.google.com/lh/photo/kPKBDS28rhdVsextLM1PPQ?feat=directlink
    What is interesting is the appointments entered in Outlook show up on the Palm one hour early however they show the correct time in (parenthises) so the Palm seems to be somewhat aware of the problem.
    This same issue occurs on different Palm T/X 's with different Outlook accounts.
    Any suggestions are welcome
    Post relates to: Palm TX
    This question was solved.
    View Solution.

    You need this update:
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=9306
    Download
    DSTUpdater.zip (0.01MB)
    Double-click the downloaded file to decompress it. Your computer will unzip the file to a folder containing several individual files.
    Message Edited by IrreducibleM31 on 03-26-2009 05:12 PM

  • How to transfer a calendar items from one month to another

    How can one transfer a calendar item from one month to another month by drag and drop.

    Click it and hold, then drag. If you want to duplicate it, hold down the option/alt key while dragging.

  • How can I transfer my contacts, calendar items, notes etc. from one apple-id to another?

    I moved from DK to the US and now I have created a US-apple-ID. How do I transfer all my contacts, calendar items, notes etc. from my DK-apple-ID to my new US-apple-ID?

    Hey kristina rivera!
    You will first want to export your contacts from iCloud using the following article:
    iCloud: Export contact information as a vCard
    http://support.apple.com/kb/PH3606
    You will then want to log in to her iCloud account, then import the vCard file that had been exported from your iCloud account:
    iCloud: Import a vCard
    http://support.apple.com/kb/PH3605
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • How can I get my Microsoft exchange calendar items in the cloud

    I am changing jobs, but all of my personal calendar items and contacts are in the work Exchange server.  Is there a way to transfer those items to the iCloud?

    emigailsmomma wrote:
    I have all the buttons turned on on my phone, but when I go onto the cloud on my computer it doesn't show I have any pictures
    That's correct.  You can only view things you've sync with icloud i.e contacts/calendar/etc.
    You can't view your icloud backup on icloud.
    If you perform an icloud backup, then all your pictures in your camera roll is backup to the cloud.  iCloud: iCloud storage and backup overview
    you should be importing your pictures to your computer iOS: Import personal photos and videos from iOS devices to your computer  that way you can view it anytime you want on your PC.

  • Outlook Sync Problem: Spontaneous Deletions of Calendar Items

    Hi there,
    Occasionally, my Microsoft Outlook (Office 2003) decides to delete calendar items on my Curve (Verizon) or vice versa. I try changing the sync setting to one way so that whichever device has for some reason lost data gets the calendar items put back in, but now my outlook is trying to delete those items from my device calendar even though I don't want them deleted. I don't have an extraordinary amount of entries (almost 1600). Any advice? This has started happening every 2 or 3 weeks.
    Thanks!

    PS I've been reading some other threads: wondering if my calendar events get corrupted when someone outside sends me a meeting invite (I'm not on an enterprise server). Those calendar events always seem to have conflict resolution issues between my device calendar and outlook calendar. Ideas?
    (I deleted those invites off my outlook calendar and just typed in regular invites. Hopefully that will help)

  • Can you archive old calendar items in Entourage so you don't run out of space on your Blackberry?

    Hi everyone,
    I have a Sprint Pearl 8130 and I am syncing with PocketMac to Entourage 2004 on an iBook G4 running OS 10.3.
    Most of my syncing issues are minor (for some reason, in contacts, work and home email addresses switch fields, but I can live with that) and I don't have too many complaints about PocketMac for now....
    My question is - Does anyone know how to archive old calendar items so that my Blackberry doesn't run out of space? I have calendar items going back to the beginning of 2008.  I don't need past calendar items on my Blackberry, except for reoccurring items, like birthdays and such, and maybe a month's worth of old appointments just for reference.  My Blackberry has run out of space a couple of times and when it deletes the appointments from my Blackberry, syncing wants to either delete from the Mac or restore to the Blackberry.  I know you can do this with a Palm and their Palm software, since I used to have one and I was able to archive items older than a week.  Then you would be able to access them in a separate archive profile.
    I have searched everywhere and the closest thing I can find is to purchase Missing Sync and set to match my sync date range.  https://support.markspace.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=327.  But that doesn't really solve my issue of running out of space on my Blackberry.  The other thing that I could think of is to export the calendar items into a .rge file, then delete the calendar items from there, sync, and have PocketMac remove items from my Blackberry, but it would be a pain to easily access old calendar items.
    I appreciate any thoughts, ideas and especially solutions!

    I have the exact opposite issue you mentioned
    my client wants his archived calender items to be synched to his 8830 world wide ed.
    he is running RIM software (DesktopManager) v 6.4
    BES 2007
    current issue is that his archived old calendars are not synchronizing to his handheld; we tried to force his PC to synch those items manually through cable, which didn't help, since our BES policy force waireless synch policy to the device and wireless synch never can see the archived items files
    I think if you can set the option on your device so it turns on the calendar wireless synch, and also make sure MAC does not select archive to synch
    Calendar > Options > General settings or /Wireless synch set to ON;
    if you running BES set Calendar Wireless synch off

Maybe you are looking for