I cal subscribe question

Do I need icloud to subscribe to someone elses ICAl?  Also do I need to update to Lion to subscribe to someone's I Cal?
Thank you!

iCal has no log-in requirement. I'm fairly sure it is the school's calendar web page that requires a password. Quite common

Similar Messages

  • Durable subscriber question

    Hi,
              wls 8.1.4.
              Scenario: Durable subscriber (DS) connects to a jms distributed topic member T1.
              DS gets disconnected and has a backlog of messages.
              DS connects to jms distributed topic member T2 (on a different jms/managed server) (using the same client-id it had used when connecting to T1).
              Looks like the subscription starts afresh and the backlog (from T1) is lost.
              Is this the expected behavior. Any way we can make this DS reconnect carry forward the state (backlog) as well.
              Thanx,

    Examples that comes with the O'Reilly book on the subject can be found at http://examples.oreilly.com/javmesser
    In there you can find a couple of examples on durable subscriptions.
    For other questions you have refer to the JMS specifications http://java.sun.com/products/jms/jms1_0_2-spec.pdf

  • New Subscriber Questions

    Hello,
    I am a new subscriber to BT.  I did not have previous internet, but already had a landline available.  I received my HomeHub and software on time.  Also just recieved a text that our service was ready to use.  However, my HomeHub still shows that my Broadband light is off. I have tried restarting everything twice, and used Desktop Help, both Power light and Wireless are blue and on,  but no change.  Is there a waiting period, even after you receive message that service is turned on and ready to go?  Thanks for responses! 

    welcome to the forum
    when was your activation date?  does the broadband light come on at all?
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • DreamSpark Standard/Premium CAL licensing question

    Hi to all,
    Sorry in advance for not technical question, but I was redirected here from DreamSpark Support which wasn't able to answer my question. Since there is no forum which suits my problem best, I decided to post here.
    I'm administrator of IT Academy within which we are allowed to use DreamSpark Standard and/or Premium subscription. My question is - do I need any additional CALs for Windows Server ,Windows 7, SQL Server or any other software used for only LAB purposes?
    For example if I installed Windows 7 on PCs in LAB and sql server on central server for students to learn T-SQL - do I need any CALs or are they included in DreamSpark Premium/Standard subscrption. If yes, should I download/install these CALs in any special
    way or can I just use all the software without considering any CAL issues?
    Thank you for any reply,
    Regards,
    Pawel Damian

    Pawel, do you still need to know this?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!
    Ed,
    Because of such question I have raised below thread if you could please have a look.
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/b8fa57c6-251b-4b47-b1f8-b47a451aa09d/sql-server-licensing-expert-on-forum-from-ms?forum=suggest
    Pawel,
    Unfortunately this is technical forum and its difficult to find MS licensing expert here who only can correctly answer your question. Did you talked to MS licensing expert of your region. 
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Cal script question to calculate exchange rate

    Hi All expert,
    I'm new in Essbase, can anyone help and tell me what's wrong with the following cal script?
    I got 10 dimension
    - Account
    - Month
    - Year
    - Market
    - Product
    - Cost center
    - Currency
    - Version
    - Currency type - USDvalue, EURvalue, etc.
    For data upload, we'll upload only either USD or EUR value, then based on exchange rate for the month (also loaded as data), try to calculate the value in other currency
    /* GET EXCHANGE RATE */
         FIX(@LEVMBRS("3000000000",0),@LEVMBRS("Company",0), @LEVMBRS(Market,0),
              @LEVMBRS(Product,0),@LEVMBRS("Cost Centre",0),@LEVMBRS(Month,0),
              @LEVMBRS(Year,0),@LEVMBRS("Version",0),@LEVMBRS(Currency,0))
              "USDValue" (
              IF (@ISMBR("USD"))
                   USDValue;
              ELSE
              EURValue / (@CURRMBR("Year"))->(@CURRMBR("Month"))->(@CURRMBR("Version"))
              ->(@CURRMBR("Currency"))->"CTR_ACC"->"MKT_HK"->"PROD_TRY"->"999999"->"COM_1010"->
              "RPT to EUR ex rate";
              ENDIF;
    ENDFIX;
    CALC All;
    I got stuck after running this script, thanks for all your help in advace.

    /* GET EXCHANGE RATE */
         FIX(@LEVMBRS("3000000000",0),@LEVMBRS("Company",0), @LEVMBRS(Market,0),
              @LEVMBRS(Product,0),@LEVMBRS("Cost Centre",0),@LEVMBRS(Month,0),
              @LEVMBRS(Year,0),@LEVMBRS("Version",0),@LEVMBRS(Currency,0))
              "USDValue" (
              IF (@ISMBR("USD"))
                   USDValue;
              ELSE
              EURValue / (@CURRMBR("Year"))->(@CURRMBR("Month"))->(@CURRMBR("Version"))
              ->(@CURRMBR("Currency"))->"CTR_ACC"->"MKT_HK"->"PROD_TRY"->"999999"->"COM_1010"->
              "RPT to EUR ex rate";
              ENDIF;
    ENDFIX;
    CALC All;
    I got stuck after running this script, thanks for all your help in advace.I'm not sure what you mean by you got stuck after running the script, can you eloborate? I will point out that there are some things in your script that are a bit odd.
    (@CURRMBR("Year"))->(@CURRMBR("Month"))->(@CURRMBR("Version"))->(@CURRMBR("Currency"))
    is unnecessary as the fix statement above it will set that all for you.
    I think I would rewrite this as
         FIX(@LEVMBRS("3000000000",0),@LEVMBRS("Company",0), @LEVMBRS(Market,0),
              @LEVMBRS(Product,0),@LEVMBRS("Cost Centre",0),@LEVMBRS(Month,0),
              @LEVMBRS(Year,0),@LEVMBRS("Version",0),@LEVMBRS(Currency,0))
              "USDValue" (
              IF ( @ISMBR("USD"))
              "USDValue" = EURValue / "CTR_ACC"->"MKT_HK"->"PROD_TRY"->"999999"->"COM_1010"->"RPT to EUR ex rate";
    Else
              "EURValue" = USDValue * "CTR_ACC"->"MKT_HK"->"PROD_TRY"->"999999"->"COM_1010"->"RPT to EUR ex rate";
              ENDIF;
    ENDFIX;

  • Cisco and CALEA compliance question.

    Greetings! I was wondering about how Cisco hardware supports/will support CALEA compliance? For those of you that don't know, CALEA stands for Communications Assistance for Law Enforcement Act, and means that service providers are mandated to be able to accommodate law enforcement agencies in the serving of warrants to tap data lines, observing all forms of data traffic (VoIP, Instant Messaging, Surfing, etc.) for use as evidence. Any information on this topic in relation to Cisco hardware would be greatly appreciated. Thanks!!

    Bryan, the MARS does not support SCAP and there are no plans to do so. Matthew

  • One-Click Subscribe question

    When I see a podcast I would like to subscribe to, there is usually a link something like:
    http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=74204997&s=1434 55
    And when I click on it, a window comes up asking if I want to save the file, or cancel. It would seem that it should launch into iTunes and subscribe the feed. Do I have a setting or flag fouled up someplace where Windows or IE does not recognise this link as an iTunes directive?
    Thanks in advance,
    Frank

    Thanks, but that does not work either. If I copy the above link into the subscribe window, I get the following error:
    There are no playable episodes for <link>
    The URL might point to text-only episodes, or contain file types that iTunes cannot play.
    Any other ideas?

  • Cal Month question

    Hi
    My requirement is to Have Months in the Rows. Jan --- Dec as the fixed format.and i'll put varialble for the Year..Based on the year variable it shoud display the months..
    Year :2010
    month--P1-p2--tot
    Jan--1--1---2
    Feb--2-3----5
    Mar--1-1---1
    Apr--41----5
    May----
    Jun----
    jul----
    aug
    sep
    oct
    nov
    dec
    My question in selection and whle createing variable where will i capture the values of Jan,feb etc.
    Please advise on this..
    Any updates on this
    Regards
    Edited by: Bi power on Apr 15, 2010 6:17 AM
    Edited by: Bi power on Apr 15, 2010 8:27 AM

    Hi ,
    I can not provide you the code, but I can give you steps.
    1. Create one Variable on 0CALYEAR, set its processing type to User Entry. Set its property for ready to input. So whenever you will run a query which uses this variable ,a screen willl appear where you can enter the year for which you want results.
    2. Create variable on 0CALMONTH with type Customer Exit. go to CMOD and write a code for this. Which will have the following logic.
    -> i_Step = 2 // Post Processing.
    -> Read the value of the variable which you have created on 0CALYEAR.
    -> Get the first month of the year and set it as a lower range of the variable which you have created on 0CALMONTH.
    -> Get the last month of the year and set it as a higher range. Thus you will get the all the months of the year which you have entered in the selection screen.
    -> use this variable in the query as per the output required.
    Hope this will help.
    -Jaimin

  • Buying/Subscribing Question - where/how product installed...

    I have MS Office Pro 2013 installed. It was acquired via my company's HUP (Home Upgrade Purchase) at a real good price. However, that appears to be a curse rather than the opposite.
    Specifically, after installation of the HUP version, it failed to remove the old 2010 pro version I owned (and paid for myself I might add). In fact, it left all the tell-tale signs that 2010 remained on the system, and I eventually had to hid 2010 auto-updates
    simply because they never did anything anyway.
    Yet, the 2013 never got updated with current releases, and I've had it over a year now. So, the result: I want to get fully supported, but I am confused about which version is better.
    I've read all the comparisons, but given my unique approach here (HUP license remains installed and operational), I need to know a few things.
    If I purchase a subscription to Office 365 Home Premium, will the product be installed on my local system? I have no use for something that has to load from the web, I simply
    don't have the band width to support a web based product load every time I launch it - and I do so a lot.
    When it is installed, will it automatically find and get rid of my old 2010 and 2013 license versions along with the software (that's great if it will) so it will do a clean install of the 365 version?
    I need all the products (Word, Excel, Outlook, Publisher, Access, OneNote, etc.) not just the "common" ones. Will the single subscription product ($7/mo) provide all that?
    Although Skype is included, it's just icing on the cake, I usually scrape off the icing, and it'll not be used since the band width I have doesn't allow it's use (I'm at the max allowable speed now at 6MB Download/1.5MB upload).
    So, any buying advise in direction, pitfalls or other guidance is greatly appreciated.
    Jim - Mastiffs are the greatest!

    Okay, here's the low-down...
    I attempted to run the Office Update feature from Excel. In this way, it may clear up the error code that was flashed when I followed the other steps.
    The approach defined here was EXCELENT, as I never realized the manual update was available or where it was located - my bad on that - it was in sight after all... :(
    However, when I attempted to run the manual update of the product, it threw an error. So, I followed the steps outlined in MS's other resolution page, and attempted to use the Change > Quick Repair then the full repair option. Both failed miserably. The
    first option didn't do anything but throw an error (didn't record it) so I tried the next option - Full Repair.
    Boy, was that a mistake. It began by invalidating my activation of the product. From that point forward, I had to scramble to find the original order and the product key. Eventually it was found though, and I was able to re-key the product key.
    It originally asked me for my Activation email address, which I didn't know until I found it on my work computer. Since it was a HUP acquisition, I had to go all the way back to find the original order confirmation email. By the way, it was originally licensed
    on 1/24/2013.
    After entering the product id all over again, it came back fully activated. I then proceeded to attempt an update.
    What did I find - that I have the "current" version. This I figured. What it never told me or attempted to perform, were any security updates or other general updates to Microsoft Office Plus 2013. I know there have been at least a few updates to 2013 since
    1/24/2013. Yet, it says there are none.
    Apparently, most everything is now run from the web links (which is 365 anyway and is fine), but it seems that updates are not taking place. No entry exists in my update history, except for 2010 - which is long gone - even though it keeps trying to do updates
    and failing (so I did a 'hide' on those updates).
    I'm really at a loss as to why all this stuff is happening, and why 2013 isn't getting updates. - OR - maybe it is. I just know the version numbers never change; and nothing pops up on the auto-updates which are received on a monthly basis.
    Like I said though, the response above was right on target. It at least helped me to get my configuration back on track (or so it seems), and I even recovered my id and original email to boot... :)
    Thanks!
    Jim - Mastiffs are the greatest!

  • Cal 6.3 migration ownership trouble

    I need to migrate calendar entries from a user in JES4 (native domain mydomain.com) to a new user in COMMS6 (different domain varrius.org + alternate domain new.mydomain.com)
    calendar data goes from 6.1 schema 1 sparc to 6.3 schema 2 x86
    The user exists on COMMS6 and can create events using Evolution or convergence, so calendar is working well
    the cal owner and cal subscriber is not the [email protected] but [email protected]
    Now, let's migrate data
    on JES4, I export the calendar
         ./csexport -c abc calendar /tmp/abc.ics
    on COMMS6, I import the calendar data and check the DB
         ./csimport -c [email protected] calendar /tmp/abc.ics
         ./csdb check
    After data migration, the user can create events using Evolution but not with Convergence
    The ABC user entry contains
    icsCalendarOwned: [email protected]$toto toto
    icsSubscribed: [email protected]$toto toto
    The changes I noticed in Convergence are:
    * "My Calendar" is empty (no calendar entry) and the calendar is now displayed as subscribed calendar
    * A Convergence popup indicates a lack of permissions
    But, with Convergence, I can self change the properties of the calendar to declare ABC as owner.
    and the it works but the calendar is still shown as a subscribed calendar, and not as one of My Calendars
    Note that the ABC user entry still contains
    icsCalendarOwned: [email protected]$toto toto
    icsSubscribed: [email protected]$toto toto
    What is the right procedure for a clean calendar migration that keep or move the migrated data under the default "my Calendar"?

    Alban_for_SmartWave wrote:
    The user exists on COMMS6 and can create events using Evolution or convergence, so calendar is working well
    the cal owner and cal subscriber is not the [email protected] but [email protected]
    Does the UID actually change case from lower to upper?
    It helps to provide the actual values you are using rather then some obfuscated data, especially where even the slightest variation could be at the root of the issue.
    on COMMS6, I import the calendar data and check the DB
         ./csimport -c [email protected] calendar /tmp/abc.ics
         ./csdb check
    After data migration, the user can create events using Evolution but not with Convergence
    The ABC user entry contains
    icsCalendarOwned: [email protected]$toto toto
    icsSubscribed: [email protected]$toto toto
    Is that the total list of icsCalendarOwned/icsSubscribed entries?
    Did you confirm the ownership information i.e. what do you get for the following command:
    ./cscal -v list [email protected]> The changes I noticed in Convergence are:
    * "My Calendar" is empty (no calendar entry) and the calendar is now displayed as subscribed calendar
    * A Convergence popup indicates a lack of permissions
    But, with Convergence, I can self change the properties of the calendar to declare ABC as owner.There are primary owners and "other owners". Other owners have less rights then the primary owners.
    What is the right procedure for a clean calendar migration that keep or move the migrated data under the default "my Calendar"?This may actually be a bug with Convergence handling of ownerships/subscriptions etc. Does the calendar show up under the "Personal Calendar" section in the UWC/CE interface?
    Regards,
    Shane.

  • Subscribed calendars on gmail does not appear on ical maverick

    HELP !

    You can see them in ICal on the right column but just like a List not as well as in Iphone or I Cal
    So question,,,,,,How can I see my reminders in my Mac in the same way I see them in my iPad and iPhone, I is easier to work with reminders in Ipad and Iphone rather to see them like a list on ICal?

  • Project Server 2010 Licensing

    My company is considering installing Project Server 2010 and we have a question concerning CALs. According to a document we have, the following CALs are required:
    Project Server CAL
    SharePoint Standard CAL
    SharePoint Enterprise CAL
    SQL Server CAL
    Windows Server CAL
    Our question is, is it necessary for every user in the company who needs to access PWA to have all 5 of these CALs? I know that if I have Project Pro 2010, I already have the Project Server CAL. Do I need the other 4?
    If the answer is yes, it seems excessive to require so many CALs for a single application.
    Thx - Shane

    Well, while the list of CALs is correct, epending upon your licensing model for Windows and SQL Server, your users might already have those CALs already. In addition, if your users have a SharePoint CAL anywhere else in the orifganiation, it still applies. 
    All in all, it might be useful fro you to talk to a Microsoft licensing representative, as the model depends upon each organization.
    And finally, If you are just starting out with Project Server, I suggest you look at the latest version, especially Project Online +project Lite, which makes the whole licensing model super easy.
    http://blogs.office.com/2014/03/31/project-lite-may-1st/
    http://office.microsoft.com/en-us/project/enterprise-project-and-portfolio-management-subscription-project-online-with-project-pro-for-office-365-FX104002972.aspx
    Prasanna Adavi,PMP,MCTS,MCITP,MCT http://thinkepm.blogspot.com

  • Phone number for billing

    does anyne knows the phone number to cal for questions of unauthorized card charges??

    Rahul Have you tried the following link?
    http://www22.verizon.com/Residential/Support/ContactUs/

  • Reminders on iphone does not appear in ical

    Reminders opening page on my iphone also called reminders does not appear in my list called reminders in ical
    also I cannot change the name of a reminders list, it keeps reverting to the original name

    You can see them in ICal on the right column but just like a List not as well as in Iphone or I Cal
    So question,,,,,,How can I see my reminders in my Mac in the same way I see them in my iPad and iPhone, I is easier to work with reminders in Ipad and Iphone rather to see them like a list on ICal?

  • ICal reminders not on iPhone

    I have my iPhone sync with iCal through iTunes on my MacBook.
    For my very first event, I got a reminder notification on my iPhone, however, ever since then, they don't show up on my iPhone anymore. Whenever I turn my MacBook on though, there is a little pop up reminder for all of the events that have happened that had reminders since I last went on my MacBook. I don't use iCloud or anything, just sync via USB cable. Also, the same thing happens whether I make the event on my iPhone, or if I make it on iCal and then sync my iPhone...
    What is going on? Help would be greatly appreciated

    You can see them in ICal on the right column but just like a List not as well as in Iphone or I Cal
    So question,,,,,,How can I see my reminders in my Mac in the same way I see them in my iPad and iPhone, I is easier to work with reminders in Ipad and Iphone rather to see them like a list on ICal?

Maybe you are looking for

  • Seagate 1TB hard disk replacement after 3 years

    Hi - In mid 2010 I purchased a 2009 model 21.5" iMac with AppleCare for 3 years. During that time, in 2012, there was a problem with the screen connectors, and the screen was replaced at Apple's authorized service lab in Israel, where I had purchased

  • Verizon Messages sending random texts

    Hi, I have a Motorola Droid HD and I am using Verizon Messages. (I HAVE disabled the phones native messaging app) I have been experiencing the following issues: 1. Most importantly, I noticed that after I send a message, the messaging app will send a

  • Question for the people who have a not yet shipped

    my 3gs status is not yet shipped and after seeing all of the progress people are getting with their phones, I am naturally feeling a little left out. My question is, is this normal? With such a high volume moving in the matter days, is it possible th

  • Error - System status CRTD is active

    During order settlement following error is appeared Error - System status CRTD is active. Pls suggest the solution.

  • Data types related to incrementing a query column value

    ColdFusion: 9.0.1 Server OS: Windows 7 Web Server: Apache 2.2.21 Database: SQL Server Express I have been returning numeric values from the database for a while.  Some I have left as straight values and some I have used in other calculations.  Not su