次の方法で共有

Outlook.comのカレンダーを共有しようとしています。メールで「承諾」を押すとエラー?が出る。

Anonymous
2016-05-20T00:43:14+00:00

outlokk.comのカレンダーとOutlook2013のカレンダーを共有したいので

Outlook.com の共有から対象のカレンダーを選択して

「相手」のフィールドにMicrosoftアカウントを入力し「共有」ボタンをクリックします。

しばらくすると、そのアカウントに共有の承諾を行うメールが送られてくるので

「承諾」ボタンをクリックしますと、ブラウザーが起動して以下の様な内容が常時されます。

Server Error in '/' Application.

Runtime Error

  Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>

    <system.web>

        <customErrors mode="Off"/>

    </system.web>

</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>

    <system.web>

        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>

    </system.web>

</configuration>

何度繰り返しても同じです。

そうすると、共有出来たり出来なかったりして、不便を感じています。

私の設定方法が悪いのでしょうか?

O/SはWindows10

Officeは2013です。

Outlook | Web | Outlook.com | カレンダー

ロックされた質問。 この質問は、Microsoft サポート コミュニティから移行されました。 役に立つかどうかに投票することはできますが、コメントの追加、質問への返信やフォローはできません。

0 件のコメント コメントはありません

32 件の回答

並べ替え方法: 最も役に立つ
  1. Anonymous
    2016-05-28T03:07:04+00:00

    なんだかわかりませんが、Outlook.comと同期が出来なくなりました。

    そこで再度、Outlook.comから共有の設定を行い、

    Outlookから「承諾」ボタンを押すと、ブラウザーが起動して、時々、こんな画面が表示されます。

    カレンダーが使用できないという事は、6/30のバージョンアップと関係があるのでしょうか?

    この回答は役に立ちましたか?

    0 件のコメント コメントはありません
  2. Anonymous
    2016-05-26T16:10:10+00:00

    Microsoft Support 藤井さん。

    すでに1週間が過ぎていますが、どうなっていますか?

    そちらから質問を投げかけておいて音信不通とは

    ユーザーを完全になめきっていますね。

    時間が掛かるなら、掛かるで言って下されば良いのですがね。。。。

    この回答は役に立ちましたか?

    0 件のコメント コメントはありません
  3. 削除済み

    この回答は当社の行動規範に違反したため削除されました。 アクションを実行する前にこの回答を手動で報告したか、自動検出機能により特定しました。 詳細については、当社の行動規範を参照してください。


    コメントはオフになっています。 詳細情報

  4. Anonymous
    2016-05-20T07:01:38+00:00

    ご連絡ありがとうございます。

    引用挿入にて、ご連絡申し上げます。

    > 1.Outlook.com 側で共有操作をご実施した 共有元の Microsoft アカウントと

    >    Office 2013 で共有を希望されている Microsoft アカウントは、

    >    異なる アカウント でよろしいでしょうか?

    同じアカウントです。

    > 2.「承諾」ボタンをクリック」を行ったのは、

    >    Office 2013 上から確認した受信メールでの操作でしょうか?

    そうです。

    ちなみに、別のメールソフトから「承諾」ボタンをクリックしても同じです。

    > 3.項目2.の状況で間違いのない場合、

    >    Web 上の Outlook.comからサインインを行い、「承諾」をお試しください。

    > 今回お知らせいただいたエラーと異なるメッセージが表示される場合は、

    >    全文をお知らせください。

    メッセージが表示されましたので以下にお知らせいたします。

    Outlook 2013  Outlook.comで実行した場合のエラー(2015/5/24修正)

    Server Error in '/' Application.


    Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <br><!-- Web.Config Configuration File --><br><br><configuration><br> <system.web><br> <customErrors mode="Off"/><br> </system.web><br></configuration><br>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <br><!-- Web.Config Configuration File --><br><br><configuration><br> <system.web><br> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/><br> </system.web><br></configuration><br>

    別のメールソフト**(Thunderbird)**で実行した場合のエラー(太文字部分 2016/5/24追加)

    Server Error in '/' Application.


    Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <br><!-- Web.Config Configuration File --><br><br><configuration><br> <system.web><br> <customErrors mode="Off"/><br> </system.web><br></configuration><br>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <br><!-- Web.Config Configuration File --><br><br><configuration><br> <system.web><br> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/><br> </system.web><br></configuration><br>

    現状、共有は出来ているのですが、過去に作成したスケジュールは同期できません。(しません。)

    5/19の共有後から入力したスケジュールは同期しています。

    過去の作成したスケジュールは、Windows Live メール に付属してしていたカレンダーで作成した物です。

    同期が出来ないという意味は、

    Outlook 2013でもOutlook.com でも表示されている過去のスケジュールをOutlook2013で削除後、

    Outlook.comで確認しても削除されてなく残っています。

    この逆の操作でも同じです。

    宜しくお願いいたします。

    この回答は役に立ちましたか?

    0 件のコメント コメントはありません
  5. Anonymous
    2016-05-20T06:40:48+00:00

    ASUSのファン さん、こんにちは。

    Microsoft コミュニティのご利用ありがとうございます。

    Outlook.com と Outlook 2013 のカレンダーの共有を行いたいが、

    お知らせいただいたエラーにより操作が正常に完了しないとのことですね。

    Microsoft アカウント のカレンダーの共有については、

    Microsoft Edge 及び Internet Explorer にて確認を行ったところ

    問題無く完了しており、現状カレンダーの共有については、

    同様の症状が確認できていない状況です。

    そのため、ASUSのファン さんの状況について、

    もう少々確認を行わせていただきたいと思いますので、

    下記の確認事項について、お知らせいただければと思います。


    【 確認事項 】


    1.Outlook.com 側で共有操作をご実施した 共有元の Microsoft アカウントと

       Office 2013 で共有を希望されている Microsoft アカウントは、

       異なる アカウント でよろしいでしょうか?

    2.「「承諾」ボタンをクリック」を行ったのは、

       Office 2013 上から確認した受信メールでの操作でしょうか?

    3.項目2.の状況で間違いのない場合、

       Web 上の Outlook.comからサインインを行い、「承諾」をお試しください。

       今回お知らせいただいたエラーと異なるメッセージが表示される場合は、

       全文をお知らせください。


    ASUSのファン さんからのお返事、おまちしております。

    この回答は役に立ちましたか?

    0 件のコメント コメントはありません