itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

open calendar.ics files #137

Open lopippo opened 6 years ago

lopippo commented 6 years ago

Greetings,

I would find most useful a feature that would allow to open a .ics file in vim using this plugin that seems powerful enough to just do this.

Do you think this is feasible ?

Sincerely, lopippo

ghost commented 5 years ago

+1

This would be an awesome feature.

IMO it would be better if we could just supply a URL to a live ics file that is auto synced down to calendar.vim

manvhah commented 5 years ago

+1 this would be most useful!

Ginner commented 4 years ago

It would be very nice indeed! It would also solve integration with iCloud and others. To me it's crucial, I cannot use it unless it integrates with the services I'm using, and I can only see it integrating with google.

Integration with a service agnostic file format like .ics would be a game changer.

dtrckd commented 3 years ago

+1, It would be great and allow to sync with the Thunderbird's calendar.

rickalex21 commented 3 years ago

I agree. There's a python module for ics files, it would make things much easier but I have not tried it personally myself. In theory you could:

  1. Export the ics file
  2. Create a script that adds or or modifies the json files in cache. This assumes that calendar.vim would never change the way it saves data.