icalendar

icalendar remove an instance from recurrence

﹥>﹥吖頭↗ 提交于 2020-01-07 01:50:29
问题 I am using Icalendar to create a recurrence invite on a portal developed in C#. the body contains the information of rooms involved. If user creates a recurrence with 3 rooms for 5 week, a single invite for recurrence request got created. But if user updates rooms information for any specific day in that recurrence, I send a single invite for that day but to remove that day from single invite of recurrence, I have to recreate the the single invite for that 5 week with a specific days in

icalendar remove an instance from recurrence

落爺英雄遲暮 提交于 2020-01-07 01:49:31
问题 I am using Icalendar to create a recurrence invite on a portal developed in C#. the body contains the information of rooms involved. If user creates a recurrence with 3 rooms for 5 week, a single invite for recurrence request got created. But if user updates rooms information for any specific day in that recurrence, I send a single invite for that day but to remove that day from single invite of recurrence, I have to recreate the the single invite for that 5 week with a specific days in

Google calendar can't import my ical file

∥☆過路亽.° 提交于 2020-01-06 13:56:12
问题 Assume I have some controller "Controller" and public method in it: public ActionResult GetICal(int? param1, int? param2) { string cal = ""; //some logic goes here return File(Encoding.UTF8.GetBytes(cal), "text/calendar", "calendar.ics"); } Then I'm trying to export it to Google Calendar via url: https://my.site.com/controller/getIcal?param1=0&param2=1 And then nothing happens. Once i've got message like "Can't fetch url" (or simething like that). I don't know, what I'm doing wrong. This url

ics not updating organizer calendar

早过忘川 提交于 2020-01-06 08:38:13
问题 I am writing an application that will send out .ics files to be interpreted mainly by outlook. When my applications sends an update, it will successfully update everyone's calendar except for the organizer's calendar. I'm using the same UID and I'm incrementing SEQUENCE each time. Is there anything else that I'm missing in my ICS file or does it not update my calendar because I am the organizer? Below is an example of the ics code that we're using: BEGIN:VCALENDAR PRODID:-//Microsoft

Outlook iCal meeting invitation description issue

僤鯓⒐⒋嵵緔 提交于 2020-01-05 22:12:21
问题 I am sending iCal event invitation using php . Everything displays in proper manner and RVSP button displayed correctly. But description is cutting down after first line . For example if my description is: The problem occurs when I have multiple lines in the description. If it contains the text for example I will only get in my outlook calendar description. The part after disappears. The only first line displays like: The problem occurs when I have multiple lines in the description. If

Import / Export .ical in Google Calendar API

不问归期 提交于 2020-01-05 04:55:15
问题 I see there in the Web UI of Google Calendar that there is an option to download the .ical version of my calendar. I want to do this in my application I develop. I am looking over the Internet and in the documentation if there is something like that, but I can't find anything... Does the API provide this functionality? If yes, how can I start doing this? 回答1: To make sure I understand your question, you wish to offer a "download as .ical" button on your web application, dynamically populated

unable to send meeting request from lotus notes to microsoft exchange using icalendar

泄露秘密 提交于 2020-01-03 05:08:11
问题 here's my code. pls suggest the necessary changes to send meeting requests from lotus to exchange. I am getting a blank mail wid no content in both lotus and exchange.do i need to add the details directly into the lotus document , in addition to the .ics file? public class ICalendarSample { public static void main(String[] args) { // Creating a new calendar Calendar calendar = new Calendar(); calendar.getProperties().add(new ProdId("-//Lotus Development Corporation//NONSGML Notes 8.5.1//EN_S"

algorithm for calculating a week # from a date with custom start of week? (for iCal)

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-03 02:40:47
问题 I can only find algorithm for getting ISO 8601 week (week starts on a Monday). However, the iCal spec says A week is defined as a seven day period, starting on the day of the week defined to be the week start (see WKST). Week number one of the calendar year is the first week that contains at least four (4) days in that calendar year. Therefore, it is more complex than ISO 8601 since the start of week can be any day of the week. Is there an algorithm to determine what is the week number of a

iCalendar appointment is a 'not supported calendar message.ics'

一曲冷凌霜 提交于 2020-01-03 00:27:10
问题 Trying to automate sending an Outlook calendar invite via python. I am able to send the email and attach the invite; however, the invite is a 'not supported calendar message.ics'. I have spent the last two weeks trying to figure out how to do this. I even tried using win32com.client; but that package does not enable you to send the email from a separate account as I had posted about here. Below is the code I used to generate and send the 'not supported calendar message.ics': # email related

What should be in the ICS file in order to create a meeting invite to the multiple attendees in Outlook?

自闭症网瘾萝莉.ら 提交于 2020-01-02 10:42:21
问题 What I am trying to achieve is in the screenshot below: It is an Outlook meeting invite, which has the To field pre-popultated with the specified names, the Send button just says 'Send' and its reminder is set to 15 minutes. I created the following ICS file and expected that it would create the required invite, but it is doing something different: the To list is blank, as is the reminder and the Send button says 'Send Update'. As this is supposed to be created from an open to the public web