Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6094969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:45:41+00:00 2026-05-23T12:45:41+00:00

I am working on a personnel asp.Net project that has some calender based events.

  • 0

I am working on a personnel asp.Net project that has some calender based events. What I am thinking is if I can sync those events to a user’s google calender.

Is it possible to create an application that create events on Google Calender? Is there a kind of API for this and if yes, would I have some limitations?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:45:41+00:00Added an answer on May 23, 2026 at 12:45 pm

    There is an API for it. check This link I think what you’re looking for is the following:

    EventEntry entry = new EventEntry();
    
    // Set the title and content of the entry.
    entry.Title.Text = "Tennis with Beth";
    entry.Content.Content = "Meet for a quick lesson.";
    
    // Set a location for the event.
    Where eventLocation = new Where();
    eventLocation.ValueString = "South Tennis Courts";
    entry.Locations.Add(eventLocation);
    
    When eventTime = new When(DateTime.Now, DateTime.Now.AddHours(2));
    entry.Times.Add(eventTime);
    
    Uri postUri = new Uri("https://www.google.com/calendar/feeds/default/private/full");
    
    // Send the request and receive the response:
    AtomEntry insertedEntry = service.Insert(postUri, entry);
    

    If you have the calendar you are updating set as public, or you invite the other people, then they can subscribe to your calendar and any updates you put will show up on their calendars

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a web-based academical evaluation project (VS2010,C#,ASP.NET). Users can enter the web
I'm working on a personal project (C# / ASP.NET) that will use LINQ to
Alright guys, Need some help! Im working with asp.net mvc3 razor (and am fairly
I'm working on a personal project involving microphones in my apartment that I can
I'm working on a personal project in Visual Studio 2010 Express edition, using ASP.NET
I am working on a personal project based in PHP and MySQL, and I
Working with an undisclosed API, I found a function that can set the number
I'm working on an application that has similar logic as SO with regards to
I'm working a personal project that's going to include a home-screen widget updated with
I am working on a personal project involving some jQuery / native Javascript programming.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.