icalendar

How do I create an “internet calendar subscription” for Outlook?

孤街醉人 提交于 2021-02-07 07:38:02
问题 Currently, the user adds a "new internet calendar", but it's a one-time download of the ICS file. I want the user to click a button to get his personal calendar added as a subscription to Outlook. I want the automatically updating "internet calendar subscription". Like in SharePoint, the button called "Connect to Outlook" which adds the calendar you're viewing to your Outlook as an automatically syncing calendar. 回答1: Creating iCals in C# and this CodeProject post tell me you should use the

How to add authentication to ASP.NET hosted ICS iCalendar for outlook

心已入冬 提交于 2021-02-06 11:58:03
问题 I have an ASP.NET application which dynamically creates an ICS calendar (using the DDay.iCal library) which I can subscribe to from within outlook. All is working fine, but I need to be able to secure the calendar so that only authenticated users can access it. i.e. when you add the URL to the calendar in outlook, it needs to ask for a username and password. Remember The Milk seem to have implemented what I need, but I cannot seem to find any information on how to achieve this myself? 回答1:

How to add authentication to ASP.NET hosted ICS iCalendar for outlook

独自空忆成欢 提交于 2021-02-06 11:56:15
问题 I have an ASP.NET application which dynamically creates an ICS calendar (using the DDay.iCal library) which I can subscribe to from within outlook. All is working fine, but I need to be able to secure the calendar so that only authenticated users can access it. i.e. when you add the URL to the calendar in outlook, it needs to ask for a username and password. Remember The Milk seem to have implemented what I need, but I cannot seem to find any information on how to achieve this myself? 回答1:

How to parse Ical file from Facebook Events in PHP Regex?

人盡茶涼 提交于 2021-02-05 09:37:26
问题 I am trying to parse the Summary and DTSTART fields in this data and thought about using regex. Also tried reading line by line but couldn't work around the logic to implement it. Anyone help out? There are already made parsers out there but my requirements are abit unique and require a different targeted implementation. BEGIN:VCALENDAR PRODID:-//Facebook//NONSGML Facebook Events V1.0//EN X-WR-CALNAME:Friends' birthdays X-PUBLISHED-TTL:PT12H X-ORIGINAL-URL:/events/birthdays/ VERSION:2.0

iCal library to iterate recurring events with specific instances [closed]

纵饮孤独 提交于 2021-02-04 18:07:31
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 1 year ago . Improve this question I'm looking for a library (preferably Python, but the language doesn't matter much) that is able to iterate recurring iCal events and handles specific instances automatically. The iCal file that I'm working with contains recurring events (for example: RRULE:FREQ

iCal library to iterate recurring events with specific instances [closed]

落爺英雄遲暮 提交于 2021-02-04 18:07:27
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 1 year ago . Improve this question I'm looking for a library (preferably Python, but the language doesn't matter much) that is able to iterate recurring iCal events and handles specific instances automatically. The iCal file that I'm working with contains recurring events (for example: RRULE:FREQ

iCal library to iterate recurring events with specific instances [closed]

♀尐吖头ヾ 提交于 2021-02-04 18:04:05
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 1 year ago . Improve this question I'm looking for a library (preferably Python, but the language doesn't matter much) that is able to iterate recurring iCal events and handles specific instances automatically. The iCal file that I'm working with contains recurring events (for example: RRULE:FREQ

How can I add meeting url to .ics file

女生的网名这么多〃 提交于 2021-01-29 13:31:09
问题 Here is how I tried... I used URL property but in calendar(Microsoft Calendar) it is not reflected BEGIN:VCALENDAR VERSION:2.0 PRODID://Elara/lofy/tanare/delp/314sum2015// BEGIN:VEVENT UID:uid1@example.com DTSTAMP:19970714T170000Z ORGANIZER;CN=John Doe:MAILTO:john.doe@example.com DTSTART;TZID=Asia/Kolkata:20201028T170000 DTEND;TZID=Asia/Kolkata:20201028T173000 SUMMARY:ION-Test DESCRIPTION:Meeting to provide technical review for "Phoenix" design.\nHappy Face Conference Room. Phoenix design

Django icalendar dtstart datetime issue

青春壹個敷衍的年華 提交于 2021-01-29 12:31:14
问题 I have a form in Django-python for an event program. I'm trying to create an ics file for the events with icalendar, for this, I want to get the values 'dtstart' and 'dtend' from the variables 'starttime' and 'endtime' in the form, but I'm getting the code: Wrong datetime format. Anyone with any advice to solve this issue? ERROR elif not ical[15:]: return datetime(*timetuple) elif ical[15:16] == 'Z': return pytz.utc.localize(datetime(*timetuple)) else: raise ValueError(ical) except: raise

Wrong time in a ICS file

試著忘記壹切 提交于 2021-01-29 07:31:59
问题 I 'm developing a PHP tool to create an ICS file that will be sent by mail. After creating the file, I try to add it in Outlook 2016 or iCalendar (Apple) . All information is correct except the start time and end time. They are offset from one hour. Exemle : BEGIN:VCALENDAR METHOD:PUBLISH VERSION:2.0 PRODID:-//Communication Maker CALSCALE:GREGORIAN BEGIN:VEVENT DTSTART;TZID=Europe/Zurich:20151201T150000Z DTEND;TZID=Europe/Zurich:20151201T180000Z UID:565c50b5ca7d9 LOCATION:Location SUMMARY