Problem with calender?

I have 2 questions about creating calender :
1- when I create a calender and add it to my main page as a portlet ,I noticed that when i click on the next button on the calender protlet to view the next page ,the next page is viewed on my whole page ,it does not viewd as portlet ,Why ???
2- can I create a calender that reserved a set of dates for one event ? for example I have list of events each one have start and end date ,I want to view the period from start date to end date as busy period for this event .

I don't know which version of Portal you are using, because in-place portlet pagination is working from say (3.0.6 onwards if i am not wrong)

Similar Messages

  • Sync problem with calender - outlook 2010

    Hello
    I've a problem with the settings of the synchronisation of my calender. I am able to sync 2-ways on contacts - in these settings I am able to choose outlook express & than 2 ways synchronisation. I cannot choose this kind of settings for my calender. 
    I'm using: windows 7 with outlook 2010.
    I've downloaded the latest version of the Black Berry Desktop manager.
    Hope anyone can help me...
    Vanessa

    Hello,
    BradleyDIngram wrote:
    outlook calender 2010 does not sync with bold 9700.
    Wrong...while it may not be working for you for one reason or another, your statement as written is not accurate.
    BradleyDIngram wrote:
    Are they going to make a fix for this?
    They already did...it's called BlackBerry Desktop Software 6.0.
    BradleyDIngram wrote:
    Is it possible to download BB 6.0 to bold 9700 so outlook 2010 can  sync?
    Nope...the device OS 6.0 has only been released so far (I think) for the Torch. And device OS 6.0 and Outlook 2010 are not linked as far as this issue is concerned.
    Please feel free to post some specifics about the issues you are having and hopefully someone will be able to assist.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Problems with Calender Entries from Exchange Server

    I think this just started on Friday or Saturday--
    I opened my calender on my iPhone and it seemed a little empty. I noticed that a couple of appointments that I know should be there are not. I restarted the iPhone thinking there was some kind of transient glitch and some (not all) of my missing items appeared. Then disappeared. Then appeared. Then disappeared. Then they stayed gone. Every time I open my calender now, that happens.
    It seems that the items that stay put are the ones that I put directly into my iPhone. Many others come and go, and some never show up at all.
    Thankfully, my Outlook calender seems to be in good shape, although the new items I have put into my phone since Saturday have not synced.
    And my contacts sync with no problem, too. It's just the calender. Any help would be appreciated.
    Rick

    We have a similar problem with one VP's iPhone in our environment. Did some testing today and discovered the following:
    * When an appointment is sent to the VP and he accepts the appointment from his iPhone, all seems well, meaning that the appointment is visible both on his computer's Outlook and on his iPhone calendar.
    * When an appointment is sent to the VP and he accepts it from his computer's Outlook, it still appears as a "new invitation" on his iPhone and, if he does not respond right away from his iPhone, that appointment disappears from his iPhone. It remains on his Outlook calendar. These missing appointments on his iPhone cause scheduling problems for us, as you can imagine!
    So, my question is: how must one handle Outlook appointment schedule acceptance? Further complicating our situation is that this VP has a delegate who accepts appointments on his behalf. We're never quite confident whether his iPhone accurately reflects his actual appointment schedule.
    Please help! Thank you!
    Teija

  • 6300 & Lotus Notes V7 (Synch problems with Calenda...

    Trying to synch my calendar on a 6300 with Lotus Notes v7 HF277 L-GHUS-5RWNHM with PC Sync v 6.86.9.0.
    When trying to Synch the process fails with following error message :
    Calendar Incomplete. Unable to process all items.
    The calendar sycn was working fine for several days and all of a sudden the synch started to fail. No updates to phone or Lotus Notes occurred during this period.
    Can you advise how I can force replication from Lotus Notes to my 6300 phone or overcome the problem above ?

    Hello, I am meeting a similar problem with my N95 and Notes V7 Calendar.
    The feature used to work with my N95 until very recently.
    Synchronization of the list of contacts does work but the calendar stopped working.
    Here are the problem symptoms  
    Nokia PC Suite opens Lotus Notes V7 and seems to be scrolling entries while displaying a counter being incremented against a total number - in my case the total number is 779.
    When the first counter reaches 760, the dialog stops resulting into the 2 following synchronization msgs:
    PC Sync has encountered a problem and has terminated the synchronisat
    and
    The synchronisation has been aborted.
    I observed that  
    Deleting one calendar entry reduces the total number from 779 to 778 - unfortunately the the scrolling still aborts before reaching the 778 number.
    Reducing the  calendar synchronisation window to the bare minimum (1 day before / 1 day after) does not change the scrolling process (ie. the whole 778/779 entries seem to be scrolled) and the process keeps aborting.
    I have the following software configuration: 
    Nokia PC Suite is 7.1.18.0
    Lotus Notes is 7.0
    and I updated the phone software with latest firmware available on the Nokia site
    I have been a very happy user of the N95 Calendar function until now.
    Would anybody help here ?
    Kind regards.

  • Problem with calender timezone

    hi first i got the instance of the calendar and printed the date? The date showed in IST which is my timezone. After this i changed the Timzone of the calendar to "UTC" and printed the date. still the date comes in IST and the date is same before and after changing the timezone. how to understand this? why is the time not changing according to the timezone set? why the time is always showing in IST which is my OS timezone?

    murrayb9654 wrote:
    DrClap wrote:
    Date objects don't have timezones. That's how to understand it. If you want to display a Date in a particular timezone then create a SimpleDateFormat and apply that particular timezone to it, then use its format() method to display the Date.hi thank you. Then i am confused with the api. please see the following.
    the following is the api
    java.util.Calendar.setTimeZone(TimeZone value)
    this mean that we can set the timezone to the calender. am i right?Yes.
    if date object does not contain timezone information when i printed it it clearly prints IST . how is it able to that?You printed a string representation of the date which interpreted the date as IST. It's able to do that by computer programming. And after all it has to represent the date in some time zone -- which time zone should it choose if not your system's default time zone?
    Suppose i have date like 22-03-2009 12:30:30 That isn't a date. It could represent a variety of dates, depending on what time zone you use to interpret it.
    when i use dateformat with a particular timezone info how will it convert the date exactly to that time zone when it don't know the timezone of the given date.You aren't paying attention. A Date doesn't have a timezone. It is simply the number of milliseconds since a particular instant of time. That instant of time (I'm recapping the API documentation which you haven't read here) was midnight on 1 January 1970 in UTC. And the SimpleDateFormat object represents that instant, or any number of milliseconds after it, using computer programming. Note that the SimpleDateFormat object will represent that instant differently depending on what timezone you assign to the SimpleDateFormat object. You could write some code to try that yourself.

  • Ios 5 problem with Calender

    After upgrading to Ios 5, my calendar events are all gone and the plus button in the calender is gone. I don't use Outlook btw.
    Please help!

    Few things you can do: Connect your iphone, and on the summary page, go to music tab, uncheck all songs. Sync, reboot, recheck songs that you want in. It should work.
    If not, then Restore and set up as a new phone. I had this issue to, and the uncheck all songs did not fix it for me. So I restored my phone and set up as new and music works perfect.

  • Sync problems with outlook 2007 calender

    I am new in this type of comms.
    BUT: I have a Palm Tungsten T5; have Palm Desktop 6.2.2 with the update for Windows7.
    I have a sync problem with outlook 2007 calender; contacts, ToDo, memos all ok.
    HotSynLog says: there are multi-day repeating records. [i knew that they do not sync, hence i deleted them PRIOR to syncing]
    I found the listed records BUT either on dif days and they are "no timed" ones! and NOT multi-days ones.
    I deleted them anyway - did a re-sync. With no different result. Still listed - though deleted and now non-existent.
    Error code: OLERR: 03-000F (0xaf604005) and others - if this means anything.
    Post relates to: Palm TX

    Hello,
    I receive email on my device from two addresses: 1) @sprint.blackberry.net and 2) @charter.net.  When I was having problems similar to those you are experiencing, I had these two addresses listed under Default Services - Calendar (CICAl) - Messaging (CMIME).  These addresses were @sprint.blacberry.net and @charter.net. Once I followed the steps previously referenced, only one email address(@sprint.blackberry.net) appeared under the (CICAI) and (CMMIE) default setting.  Reference to @charter.net was removed.  My syncs have worked correctly since then; however, I only two way synce with the device and Outlooks.  I also continue to get emails from both addresses without a problem.
    If you don't mind giving up the Yahoo calendar, I would do the same.  If you want to continue using the Yahoo calendar, I'm guessing that it must be selected in the Default Services - Calendar (CICAI) before performing a sync.  Likewise for your @sprint.blackberry.net address; it also must be selected in the Default Services prior to performing a device to Outlook sync.
    I hope this helps.
    Tres

  • Hi! I have problems with my calender. The diarise of dates is sometimes not authentic, dates dissapeare or were put on a wrong day. Who can help?

    Hi! I have problems with my calender. The diarise of dates is sometimes not authentic, dates dissapeare or were put on a wrong day. Who can help?

    Don't worry I've sorted it! I just had to turn off Reminders as well in iCloud. Calendar then worked fine, even when I turned Calendar and Reminders back on.

  • At event calendering site, getting message "There was a problem with your event submission. If you have disabled JavaScript please enable it and try your submission again." Javascript is ENABLED on my computer.

    I'm trying to submit an event to the events calendar at http://calendar.jtnews.net/events/index.php?com=submit. After I enter the Authentication words and press Enter, I get the message, "There was a problem with your event submission. If you have disabled JavaScript please enable it and try your submission again." According to my Firefox/Tools, etc., button, Javascript is enabled. I

    Hello mjswooosh,
    I'm very disheartened to hear that you've had ongoing problems when attempting to order from BestBuy.com. Our goal is ever to provide a fun and efficient shopping environment! Certainly creating aggravation serves neither you nor us and I apologize sincerely for this having been your experience.
    We recommend the troubleshooting steps you mentioned (i.e., clearing the browser cache, deleting temporary internet files and cookies) because this is the most common cause of this type of problem. I too have encountered this issue from time to time and these steps have almost always resolved the problem. I say almost always because there's one further step you can try: ensure that you have signed out of BestBuy.com, then perform the browser maintenance steps we've recommended. Afterward, before signing in to BestBuy.com, add your desired items to your cart and sign in as part of the checkout process. When the standard steps have not netted a resolution for me, this has solved the problem each time.
    I hope this helps. I'm very grateful that you took the time to write to us with your concerns and for sharing your very valuable feedback about your online experience.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Problems with icloud mail constantly auto-saving

    Problems with icloud mail constantly auto-saving - screen freezes. VERY frustrating. running windows 8. same problem through safari, explorer and chrome. Any suggestions to reduce auto save frequency?

    Hi Csound1
    approx every 30 seconds the browser freezes and 'saving' appears in the top bar of icloud mail. The cursor starts spinning and then after about 8 secs I can start typing again. I also fiund that about 5-6 times a day my icloud browser tab showing mail just close and return to the main icloud menu page showing icons for mail, calender, notes etc

  • I have just changed my iCloud account and am now having serious problems with Calendar on my Macbook Pro. Any ideas?

    I decided to start using iCloud etc but discovered that my Apple ID doesn't actually exist (I was literally told this over the phone my an Apple Support worker) which is weird, as my email address for this Apple ID still exists. This is the first time I'd had any problems of this sort as I'd never had to use my Apple ID before. So anyway, I signed out of iCloud (i.e. signed out of my non-existant account) and signed in with my other, working, iCloud account which I've had absolutely no problems with whatsoever. All well and good.
    Before signing out of/deleting my old iCloud account I moved all my events in Calendar from "iCloud" to "On My Mac" so that I wouldn't lose the information when switching to my new account. No problems with this. However now that I am signed in on my new account, every time I open Calendar I receive the following two error messages:
    "Couldn't move your calendars to iCloud because an error occurred.
    Make sure you're connected to the Internet, and then try again."
    "The server responded with an error.
    Access to account "iCloud" is not permitted.
    The server responded:
    "403"
    to operation
    CalDAVMigrateToServerQueueableOperation."
    Note that with regards to the first one I am definitely connected to the internet. I have tried restarting my Macbook, have tried enabling/disabling Calendar in iCloud, nothing has worked. I always get these error messages. I have two options, "Try Again Now" or "Try Again Later", for the first message and "Try Again" or "OK" for the second. Pressing anything just results in the error messages just coming up again in a cyclic manner, after briefly trying to "Move calendars to server account". Sometimes a pop up also appears where it says "Upgrading calendars" with a progress bar but this freezes/never goes anywhere, and regardless of the outcome, I cannot access my information in Calendar. Note that behind these error messages etc I can see my events in Calendar but I cannot access the detailed information contained within them nor can I add any new information or essentially do anything in Calender. Sometimes Calendar crashes and I get a crash report.
    Sorry for this dense block of information but I have no idea what's going on so I'm just trying to give a clear account of the problems I'm facing. I really hope someone will be able to help me with this and I thank you in advance.
    Sam

    Don't worry I've sorted it! I just had to turn off Reminders as well in iCloud. Calendar then worked fine, even when I turned Calendar and Reminders back on.

  • I am having a problem with my 2009 Macbook Pro

    Hello Everyone,
    I am having a problem with my 2009 Macbook Pro .  A few weeks ago I plugged it into the charger after running it down to reserve battery power. It appeared to be charging, but then all of a sudden my clock and calender reset to year 2000 and then my computer blacked out and went dead. I tried to boot it up but nothing happened (literally nothing).   I have tried 3 different chargers on it, but all I get is a faint green light and even after hours it still won't boot up.   I have tried replacing the battery, but still nothing happens.
    Any Ideas?  I am pretty desperate to get my computer back up and running before school finals.

    You may have to see if an authorized Apple service specialist can check over
    the charging system (magsafe dc-in board, power adapter, and MacBook/Pro)
    and test or run a diagnostic on it, to be sure there is no damage or failed parts.
    When you attached the adapter to charge the computer, after it said it was going
    to reserve power, did you shut down open applications and stop using the MB/Pro?
    That would've been the thing to do, since the margin of run-time near the bottom
    of the power cycle can be wrong by the gauge estimate, it can just quit.
    While I have not researched your year/model/series in detail, I do know some
    models of Apple portable computers have a small battery or capacitor on the
    logic board, separate from the main power battery; it may need replacement.
    A service provider w/ Apple training & parts would be a likely resource to fix it.
    Good luck & happy computing!

  • Problem with variable in the woorkbook selection screen.

    Hi All,
    I have Problem with Variable in the selection screen. I have four variable in the report in this sequence
    <b>Plant (optional), calendar month (mandatory),  material (optional), Customer (mandatory). </b>
    In Development system, I changed the query to fix the problem for a formula. saved and executed the query. In the selection screen appeared four variables and executed. after executing the query and I saved the work book also. I logged out of the Bex Analyzer. In the RSRT I generated the report by clicking the Generated Report push button. and again logged into the Bex analyzer and ran the work book, now in the selection screen, appeared three Variables only, I am missing the variable <b>Customer</b>.
    The old report which is already  in the Production system is working fine. What could be the mistake I did in the development system.
    It is very urgent, I need to deliver this object as soon as possible.
    Can I anybody help on the same.
    Thanks in advance
    Narendra

    Yunus,
    I did what you said. I removed the variable from characteristic restrictions, saved the query and executed the query, appeared three variables Plant, Calender month and material. executed and saved the work book. disconeted from Bex analyzer, in RSRT Generated Report and logged into Bex analyzer ran the work book for selection Plant, calender month and material and went into change query definition and added the variable for customer which was removed earlier and and ran the query for selections Plant, Calender monmth, Material and customer. saved the work book. disconnected from Bex analyzer and closed all excel sheets and work books. In RSRT Generated Report and again connected to Bex analyzer and ran the work book, now appeared only three variables again missed variable customer.
    Yunus does any missed n the procedure what i did.
    It is helped what Chris was answered.
    Many Many Thaks for your time and replies.
    Thaks in advance
    Narendra

  • Problems with mobileme syncing ...

    Hi everyone. I'm having massive problems with mobileme sync with my iphone, my macbook and MacPC G5. Essentially I want the iphone contacts and calender data to overwrite anything on laptop and pc but I keep getting message that contacts couldn't be synced due to inconsistent data.  Despite me overriding it.  I'm not sure how I go about confirming that the computers data is valid and actually whether I want to because its the iphone data I want.  Then despite saying its synced calenders its not updating on my macbook or PC ... any suggestions gratefully received.  Its doing my head in!  Oh I'm on Leopard OS.

    Hi Chris, Thanks for the advice, I haven't tried that yet. Will do so and pray that it will work. This however doesn't solve the problem of appointments I'm putting on my iphone not updating on PC and laptop - they do however update on mobile me cloud!  Any advice greatly appreciated!

  • Hi everyone. I have just started having problems with iCal.  Events that I thought I had deleted are appearing on Print Preview and on print outs. Likewise Events which I have not deleted have disappeared from my calenders, but appear in print preview.

    Hi everybody. I have recently started having problems with iCal (Version 2.05 (1069). Events that I thought I had deleted appear in Print Preview and Print Outs. Likewise Events that I have not deleted have disappeared from my calender (Month View) but appear in Print Preview and Print Outs. I see that there have been similar problems with Events disappearing especially in Month View. I wondered how print preview seemrd to be picking everything up deleted or not, and what the solution may be?. First time of Posting. I hope I haven't embarassed myself.

    Hmmmm.
    At the very least there must be a "com.apple.ical.plist"...iCal would not function without it.
    Click on the Finder icon in the dock
    Click on Go > Home
    Double-click Library
    Double-click Preferences
    Look for a file called "com.apple.ical.plist" and remove it to the trash.

Maybe you are looking for

  • How do I track progress of uploads to iCloud Drive?

    Hello all, I've starting backing up my files to iCloud Drive. Is there any way to telling what's been backed up or how many files are left to go? Regards, Simon

  • Is iTunes the worst software ever!!!!

    I have just purchased a new iPod shuffle, the new tiny one, which looks great and does the job. BUT the iTunes software is absoulte PANTS. Yes its that bad i used capital letters. Why cant they make it like Microsoft software where you can drag and d

  • Technical names of column shown after POWL_D01

    Hi After we have executed POWL_D01 all column for the Queries are shown with technical names. After first load the column description comes correctly in. Does anyone know a report or somehow we can update this before the business user takes in use? W

  • Ack in SOAP Adapter

    Hi All, I have a scenario as below, (R/3)Idoc->XI 3.0 (sp11) (SOAP Adapter)>xCBL to client via HTTPS over Internet. The client is using SAP BC. I am using BPM in XI. I want to get acknowledgment(success/failure) from the client when they receive the

  • ResultSet AS datasource:Unexpected database connector error, Please Help?

    Dear all; I try to use a ResultSet as datasource in Crystal Reports,But an Exception Happend; First i execute the SQL Statment to get ResultSet Object called rs then try the following code: String tableAlias = reportClientDocument.getDatabaseControll