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 849561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T07:07:23+00:00 2026-05-15T07:07:23+00:00

I need to be able to offer downloadable events for Outlook, via vCalendar objects

  • 0

I need to be able to offer “downloadable” events for Outlook, via vCalendar objects – if I’m not mistaken.

From the research I’ve done, I’ve been pointed at using vObject. I’ve looked at their usage examples, but having no prior experience with the format, it’s not clear to me how to solve my problem, as I’m not sure what fields are available, or what they’re called…

Is there a straighforward example of creating an very simple object/vCalendar event with some type of name/description, that has a start and end time/date?

I’ll be using Django, and will probably just dynamically create these for “download” as requested.

  • 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-15T07:07:24+00:00Added an answer on May 15, 2026 at 7:07 am

    I believe the most useful fields are:

    • dtstart: start time
    • dtend: end time
    • summary
    • location
    • url
    • description

    Then you create a calendar with:

    cal = vobject.iCalendar()
    

    then an event:

    event = cal.add('vevent')
    

    and populate it:

    event.add('summary').value = 'your summary'
    event.add('dtstart').value = datetime.now() # or anything else
    ...
    

    Now if you want to return the calendar via http, you can use cal.serialize().

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

Sidebar

Related Questions

I need to upload images using symfony, but ive not been able to do
I need to be able to send a file to another website from server-side
I have a need to be able to identify one system from another in
I need to generate a number of XML documents from Java objects. The objects
I need to be able to group the postcodes from Aus_Postcodes in this select
I need to be able to read card and company identification data from European
Users of the website need to able to store images in their area ,
Need to be able to pull Magento products into an external template. Need to
I need to be able to access a list throughout my Rails project. For
I need to be able to search through multiple 2D arrays and search the

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.