Questions tagged [icalendar]

iCalendar is a widely-used data format for representing and exchanging calendaring and scheduling information independent of any particular calendar service or protocol.

iCalendar is a data format for representing and exchanging calendaring and scheduling information such as events, to-dos, journal entries, and free/busy information, independent of any particular calendar service or protocol.

Used and supported by many products, including , Apple's iCal and Microsoft .

2435 questions
0
votes
0 answers

How to stop Microsoft outlook on Mac changing UID

I'm having a problem with Microsoft Outlook for Mac changing UIDs of events that I create through AppleScript. I am creating an event in outlook and noting it's UID so that I can later revisit it and update it. However the issue I'm having is that…
peetysmith
  • 157
  • 1
  • 10
0
votes
1 answer

How to set custom property on ics calendar invite

BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 14.0…
0
votes
0 answers

Excel - PDF Calendar to ics calendar

I feel like maybe the only way to do this is manually but I thought I'd ask here. I work with a lot of schedules in media production and 100% percent of these come as PDF's in a similar format. Episode # SC Due NC…
0
votes
0 answers

Sync custom calendar activity with other email services in NodeJS

Right now, I am designing a custom react calendar, with NestJS as backend support and what I am trying to achieve is to sync my calendar with other online calendar service like google calendar, outlook, zoho calendar, iCalendar or any other calendar…
0
votes
2 answers

Google Calendar patch request not failing but also not applying patch

I'm trying to update the recurrence rule on an event in an Apps Script application, similar to changing the end date of the recurrence in the UI and clicking "all events". I load the first event in the series and run Calendar.Events.patch with the…
0
votes
0 answers

How to create an Add to calendar hyperlink which lets the recipient schedule that event/task at a time of their own chosing?

The traditional way to send a calendar invite is to define the event, attach or hyperlink to an ICS file in email, and user can accept or decline the event for the date/time pre-defined in the event definition. The use case we have is for a…
Ennova
  • 474
  • 4
  • 14
0
votes
0 answers

Icalendar import throught qr code not working

I'm trying to import a vcalendar which contains multiples event from a qrcode generated via jquery qrcode. My code is right here: function createQrCodeText(timetable) { let qrStr = ` BEGIN:VCALENDAR PRODID:-//XYZ Corp//My…
bragdon
  • 19
  • 3
0
votes
1 answer

Adding a webcal calendar to calendar app via API or URI protocol

I am trying to create a calendar export for my sports organization. I get the data from an external API (the match dates change sometimes) and format it to form .ics files. I got a .ics feed up and running so that is not a problem since I can…
Jasper B
  • 346
  • 3
  • 17
0
votes
1 answer

re.findall() not returning any results

I'm trying to parse my calendar entries in python. I've written an AppleScript that will grab the calendar entries I want and return them as a string. An example... BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Microsoft Corporation//Outlook for Mac…
peetysmith
  • 157
  • 1
  • 10
0
votes
0 answers

Outlook not importing multiple events from the same .ics

This question has been asked before and I apologise in advance for reposting, but none of the solutions are working. I am trying to create a .ics file containing multiple events (not a recurrence) and send it to my users from php. All the email…
AlexM
  • 1
  • 1
0
votes
0 answers

Google calendar events are being recreated after deleting them. using ICS attachment

I am using ICS email attachments to create events and sync google calendar. the events are created fine, But if I delete them and enter the gmail inbox, it is recreating the events. the only workaround that works for me is to delete the emails with…
Shelef
  • 598
  • 2
  • 8
  • 16
0
votes
0 answers

ICalendar .ICS file DTStart seems not be interpreted the same by Google and Outlook

I create a .ics file with: DTSTART;TZID=Europe/London:20220812T100000 DTEND;TZID=Europe/London:20220812T103000 The goal is a meeting at 10AM London time (BST). Send it to my work account (Outlook), personal UK account (Gmail 1) and personal IT…
Alex 75
  • 2,798
  • 1
  • 31
  • 48
0
votes
0 answers

Creating ICS file in PHP only works on android?

My PHP code to create an ICS file works fine on android but doesn't work on my iPhone 12 (IOS 15.5). In android, the ics file is downloaded correctly, but on my iPhone, it doesn't do anything at all. I already tried changing "METHOD:REQUEST" to…
0
votes
1 answer

Evaluate if iCal `event` is currently in progress

Im currently using a library called biweekly to parse iCal events in java. I have no issue swapping libraries if a better solution is present so all java related solutions would be welcome. Im trying to create a function that checks an iCal schedule…
tarka
  • 5,289
  • 10
  • 51
  • 75
0
votes
0 answers

Full Calendar, iCalendarPlugin, Vuejs, Laravel - How or when are events from plugin loaded?

I have a Laravel Vuejs app using FullCalendar. I added the iCalendarPlugin plugins: [ dayGridPlugin, timeGridPlugin, listPlugin, interactionPlugin, …
Undianer
  • 11
  • 3
1 2 3
99
100