Questions tagged [ical]

9 questions
5
votes
1 answer

Upload ICS calendar file to Google Calendar

I read my email in Emacs, and every now and then I receive an ICS file as an attachment, usually in a confirmation message for an event I've signed up for. That's very kind of them, because it means I don't need to enter the event into my calendar…
legoscia
  • 6,012
  • 29
  • 54
4
votes
1 answer

Can I automatically export org deadlines and scheduled tasks as an iCal file and import it with another calendar app?

I would like to update Google Calendar / iCal automatically by exporting my org deadlines and scheduled tasks in .ics format, then automatically importing them into a cross-platform calendar app. I have tried the org / Google Calendar integration…
WordBrewery
  • 103
  • 8
3
votes
2 answers

Show Apple Calendar events in org-mode

Is there a way to show Apple Calendars in org-mode? All I need is to be able to see them in org-mode, I am not (currently) interested in syncing or anything like that. Ideally, the Apple Calendars should show up as a Readonly buffer (or diary, or…
n_x_l
  • 161
  • 1
  • 5
3
votes
0 answers

Exclude completed deadlines from orgmode's ical export

I have enabled the inclusion of deadlines in the ical export of orgmode by setting the preference org-icalendar-use-deadline '(todo-due event-if-todo). How can I exclude an orgmode heading from exporting when it is marked as done? At the moment my…
2
votes
1 answer

how to automatically open .ics file after org-icalendar-export-to-ics?

I use org-icalendar-export-to-ics to export org-agenda scheduled tasks to iCal format, which works nicely. In my use case, I always select export the "current file" (as opposed to "combine all agenda files"). This has the effect of creating an .ics…
incandescentman
  • 4,111
  • 16
  • 53
1
vote
1 answer

org-mac-iCal not working

I am trying to setup org-mac-iCal See https://orgmode.org/worg/org-contrib/org-mac-iCal.html. Nothing happens when Emacs loads. Even when I run the specific function org-mac-iCal, nothing happens still. My configuration: #+BEGIN_SRC…
n_x_l
  • 161
  • 1
  • 5
1
vote
0 answers

On exporting Org-agenda to Google Calender via online ics file

I would like to apply the steps in: http://orgmode.org/worg/org-tutorials/org-google-sync.html I am starting with updating my Org-mode entries in my Google calender. However, to have an ics file online for Google calender automatic update, I tried…
Hisham
  • 35
  • 4
0
votes
2 answers

Export any entry as "Busy"

I would like to export my org-agenda to ical, showing any entry as "BUSY" in the export. Since I do not want to add the SUMMARY property to each entry, I'm looking for a way to do it globally. I've tried setting: #+PROPERTY: SUMMARY…
Nicolas Rougier
  • 487
  • 3
  • 15
0
votes
1 answer

How to only include entries with a certain tag for icalendar export in org-mode?

Long story short: I'd like to implement something like the opposite of org-icalendar-exclude-tags (i.e., org-icalendar-include-tags). I would like to export some entries from my org files into an ICS file using org-icalendar-combine-agenda-files.…
Robert
  • 111
  • 4